Skip to content

Commit

Permalink
Bug 1633690 [wpt PR 23290] - [css-transforms] correctly mark css-tran…
Browse files Browse the repository at this point in the history
…sform-scale-001.html as manual, a=testonly

Automatic update from web-platform-tests
[css-transforms] correctly mark css-transform-scale-001.html as manual (#23290)

This should have been <meta name="flags" content="interact"> to work,
but that is deprecated in favor of naming tests -manual:
https://web-platform-tests.org/writing-tests/css-metadata.html#requirement-flags
--

wpt-commits: 42b91cf5cb33df21c86c4b0c843af1ad58ec230d
wpt-pr: 23290
  • Loading branch information
foolip authored and moz-wptsync-bot committed May 20, 2020
1 parent 808a863 commit b624613
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<!-- See also: http://www.w3.org/wiki/CSS/Selectors/pseudo-classes/:hover -->
<link rel="match" href="reference/css-transform-scale-ref-001.html">
<meta name="assert" content="When the element is hovered over, the transform scales the element to twice its size in both the X and Y directions and moves its origin to the top left corner.">
<meta name="flag" content="interactive">
<style type="text/css">
.container {
position: absolute;
Expand Down

0 comments on commit b624613

Please sign in to comment.