mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
30 lines
No EOL
623 B
HTML
30 lines
No EOL
623 B
HTML
<!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> |