mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 06fef020fd350a4091c8a19dc83e50d8456f3dc1
This commit is contained in:
parent
756cf66cd2
commit
c7993204e4
121 changed files with 1089 additions and 673 deletions
10
tests/wpt/web-platform-tests/css/css-ui/outline-023.html
Normal file
10
tests/wpt/web-platform-tests/css/css-ui/outline-023.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue