Update web-platform-tests to revision 06fef020fd350a4091c8a19dc83e50d8456f3dc1

This commit is contained in:
WPT Sync Bot 2020-02-28 08:20:26 +00:00
parent 756cf66cd2
commit c7993204e4
121 changed files with 1089 additions and 673 deletions

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<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">
<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>
</div>