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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/outline-offset-expected.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 <style type="text/css">
7 div
8 {
9 display:inline-block;
10 margin:10px;
11 width:180px;
12 height:80px;
13 border:2px solid green;
14 outline:2px solid red;
15 outline-offset:10px;
16 }
17 </style>
18 </head>
19 <body>
20 <p>PASS if there a space between the border.</p>
21 <div>
22 </div>
23 </body>
24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698