mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317
This commit is contained in:
parent
aa199307c8
commit
2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions
|
@ -12,7 +12,7 @@
|
|||
in the bottom right corner of the blue square.">
|
||||
</head>
|
||||
<body>
|
||||
<p>The test passes if there is a blue square and a smaller green square in the bottom right corner of the blue square .</p>
|
||||
<p>The test passes if there is a blue square and a smaller green square in the bottom right corner of the blue square.</p>
|
||||
<div style="position: absolute; clip: rect(auto, auto, auto, auto); width: 100px; height: 100px;">
|
||||
<div style="width: 100px; height: 100px; border: solid blue 50px; background-color: green;"></div>
|
||||
</div>
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<p>The test passes if there is a green square with a blue border.</p>
|
||||
<div style="width: 100px; height: 100px; border: solid red 50px; background-color: green; position: absolute; clip: rect(50px 150px, 150px, 50px);"></div>
|
||||
<div style="width: 100px; height: 100px; border: solid blue 50px; background-color: green; position: absolute; clip: rect(50px 150px, 150px, 50px);"></div>
|
||||
</body>
|
||||
</html>
|
|
@ -5,7 +5,7 @@
|
|||
<link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
|
||||
</head>
|
||||
<body>
|
||||
<p>The test passes if there is only a vertical blue stripe.</p>
|
||||
<p>The test passes if there is only a horizontal blue stripe.</p>
|
||||
<div style="width: 200px; height: 50px; background-color: blue;"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue