aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-3d-rotateX-negative.xht
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2017-02-06 11:06:12 +0100
committerMs2ger <Ms2ger@gmail.com>2017-02-06 22:38:29 +0100
commit296fa2512ba2fbc8f1d6b7e82e30ad3b5d2a9a20 (patch)
tree95ac50cd05fa8a22d1c0fa12016ee0d2012a165c /tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-3d-rotateX-negative.xht
parentfb4f421c8b9cbf80a86c9c5eb88395d7008b27a1 (diff)
downloadservo-296fa2512ba2fbc8f1d6b7e82e30ad3b5d2a9a20.tar.gz
servo-296fa2512ba2fbc8f1d6b7e82e30ad3b5d2a9a20.zip
Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-3d-rotateX-negative.xht')
-rw-r--r--tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-3d-rotateX-negative.xht11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-3d-rotateX-negative.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-3d-rotateX-negative.xht
index 654526395e5..9ce111774d3 100644
--- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-3d-rotateX-negative.xht
+++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-3d-rotateX-negative.xht
@@ -5,25 +5,24 @@
<link href="http://www.intel.com" rel="author" title="Intel" />
<link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" />
<link href="reference/css-transform-3d-rotateX-ref.xht" rel="match" />
- <meta content="" name="flags" />
<meta content="Test checks that rotate a 2:1 rectangle on X-axis for -60 degree we will get a square and completely cover the red square, and here we use border due to the rectangle not be rotated would cover the red square." name="assert" />
<style>
div {
- left: 20px;
position: absolute;
- top: 35px;
}
div.redsquare {
background-color: red;
- border: 5px solid black;
+ border: 20px solid black;
height: 120px;
- left: 15px;
- top: 90px;
+ left: 60px;
+ top: 60px;
width: 120px;
}
div.green {
background-color: green;
height: 240px;
+ left: 80px;
+ top: 20px;
transform: rotateX(-60deg);
width: 120px;
}