Update web-platform-tests to revision 6366ae15c2bc2314adca4321357c68bb468fec98

This commit is contained in:
WPT Sync Bot 2020-04-02 08:23:57 +00:00
parent e47e884cc7
commit 6b740f0283
328 changed files with 3757 additions and 591 deletions

View file

@ -3,7 +3,7 @@
<title>Tests that a paint clip, clips an outline.</title>
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<link rel="help" href="https://drafts.csswg.org/css-ui-3/#outline">
<link rel="help" href="https://www.w3.org/TR/CSS21/zindex.html">
<link rel="help" href="https://www.w3.org/TR/CSS21/zindex.html#painting-order">
<p>Test passes if there is a filled green square.</p>
<div style="overflow: hidden; width: 100px; height: 100px; background: green;">
<div style="display: block; width: 110px; height: 110px; margin: -5px; outline: solid blue 3px;"></div>