Skip to content

Commit

Permalink
Bug 1644480 [wpt PR 24063] - Fix assert message in subpixel-perspecti…
Browse files Browse the repository at this point in the history
…ve-backface-hidden.html, a=testonly

Automatic update from web-platform-tests
Fix assert message in subpixel-perspective-backface-hidden.html

Change-Id: I783825bb9362df3c1a43f10ac8666f69332bd774
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238106
Commit-Queue: Manuel Rego <[email protected]>
Commit-Queue: Xianzhu Wang <[email protected]>
Reviewed-by: Xianzhu Wang <[email protected]>
Cr-Commit-Position: refs/heads/master@{#776572}

--

wpt-commits: 286ac6e85903a877c868792127dbcea992e7ec12
wpt-pr: 24063
  • Loading branch information
mrego authored and moz-wptsync-bot committed Jun 12, 2020
1 parent 9c8c7ba commit 7abe5a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<link ref="help" href="https://drafts.csswg.org/css-transforms-2/#perspective-property">
<link rel="help" href="https://drafts.csswg.org/css-transforms-2/#backface-visibility-property">
<link rel="match" href="subpixel-perspective-backface-hidden-ref.html">
<meta name="assert" content="Subpixel-positioned contents should not renderred the same regardless of perspective and backface-visibility:hidden">
<meta name="assert" content="Subpixel-positioned contents should be rendered the same regardless of perspective and backface-visibility:hidden">
<div style="padding: 0.4px 0.6px">
<div style="perspective: 1000px; backface-visibility: hidden">
<div style="width: 100px; height: 100px;
Expand Down

0 comments on commit 7abe5a7

Please sign in to comment.