Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317

This commit is contained in:
Josh Matthews 2018-01-04 13:44:24 -05:00
parent aa199307c8
commit 2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>