Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/outline-offset.html

Issue 2539753002: [css-ui] Import W3C Test Suite (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>ttwf-reftest-outline-offset-ref</title>
5 <link rel="author" title="jy-jeung" href="mailto:kein119@naver.com">
6 <link rel="help" href="http://www.w3.org/TR/css3-ui/#outline-offset">
7 <link rel="match" href="reference/outline-offset.html">
8 <style type="text/css">
9 div
10 {
11 display:inline-block;
12 outline:2px solid red;
13 }
14 div span
15 {
16 display:block;
17 width:180px;
18 margin:10px;
19 height:80px;
20 border:2px solid green;
21 }
22 </style>
23 </head>
24 <body>
25 <p>PASS if there a space between the border.</p>
26 <div>
27 <span></span>
28 </div>
29 </body>
30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698