mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision 0cde5f6b37c9b3e3f9153eb1b172680e9aea9bf9
This commit is contained in:
parent
f142b1d1c7
commit
2575230dce
60 changed files with 924 additions and 268 deletions
|
@ -6,7 +6,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="width: 100px; height: 100px">
|
||||
Test Text
|
||||
<div style="background: blue; width: 50px; height: 50px;"></div>
|
||||
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="transform: scaleX(2) scaleY(2); transform-origin: 0 0; width: 100px; height: 100px;">
|
||||
Test Text
|
||||
<div style="background: blue; width: 50px; height: 50px;"></div>
|
||||
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="transform: scale3D(2,2,2); transform-origin: 0 0; width: 100px; height: 100px;">
|
||||
Test Text
|
||||
<div style="background: blue; width: 50px; height: 50px;"></div>
|
||||
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="transform: rotatex(90deg) scale3D(2,1,2) rotatex(-90deg); transform-origin: 0 0; width: 100px; height: 100px;">
|
||||
Test Text
|
||||
<div style="background: blue; width: 50px; height: 50px;"></div>
|
||||
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="transform: scaleX(2) scaleY(2) scaleZ(2); transform-origin: 0 0; width: 100px; height: 100px;">
|
||||
Test Text
|
||||
<div style="background: blue; width: 50px; height: 50px;"></div>
|
||||
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
<body>
|
||||
<p>Nothing should appear except this sentence.</p>
|
||||
<div style="transform: scale3d(2, 2, 0); transform-origin: 0 0; width: 100px; height: 100px;">
|
||||
Test Text
|
||||
<div style="background: blue; width: 50px; height: 50px;"></div>
|
||||
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="transform: scaleY(2); transform-origin: 0 0; width: 100px; height: 100px;">
|
||||
Test Text
|
||||
<div style="background: blue; width: 50px; height: 50px;"></div>
|
||||
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="transform: rotatex(90deg) scale3D(1,1,2) rotatex(-90deg); transform-origin: 0 0; width: 100px; height: 100px;">
|
||||
Test Text
|
||||
<div style="background: blue; width: 50px; height: 50px;"></div>
|
||||
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="transform: rotatex(90deg) scaleZ(2) rotatex(-90deg); transform-origin: 0 0; width: 100px; height: 100px;">
|
||||
Test Text
|
||||
<div style="background: blue; width: 50px; height: 50px;"></div>
|
||||
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="transform: scaleY(-1); width: 100px; height: 100px;">
|
||||
Test Text
|
||||
<div style="background: blue; width: 50px; height: 50px;"></div>
|
||||
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="transform: rotatex(180deg) scaleZ(-1); width: 100px; height: 100px;">
|
||||
Test Text
|
||||
<div style="background: blue; width: 50px; height: 50px;"></div>
|
||||
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue