mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab
This commit is contained in:
parent
1a81b18b9f
commit
2c9faf5363
91915 changed files with 5979820 additions and 0 deletions
30
tests/wpt/css-tests/css-ui-3_dev/html/outline-offset.htm
Normal file
30
tests/wpt/css-tests/css-ui-3_dev/html/outline-offset.htm
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>ttwf-reftest-outline-offset-ref</title>
|
||||
<link href="mailto:kein119@naver.com" rel="author" title="jy-jeung">
|
||||
<link href="http://www.w3.org/TR/css3-ui/#outline-offset" rel="help">
|
||||
<link href="reference/outline-offset.htm" rel="match">
|
||||
<style type="text/css">
|
||||
div
|
||||
{
|
||||
display:inline-block;
|
||||
outline:2px solid red;
|
||||
}
|
||||
div span
|
||||
{
|
||||
display:block;
|
||||
width:180px;
|
||||
margin:10px;
|
||||
height:80px;
|
||||
border:2px solid green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>PASS if there a space between the border.</p>
|
||||
<div>
|
||||
<span></span>
|
||||
</div>
|
||||
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue