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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/outline-style-012-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 <meta charset="utf-8">
3 <title>CSS Basic User Interface Reference File</title>
4 <link rel="author" title="Intel" href="http://www.intel.com/">
5 <style>
6 #parent {
7 border: 4px dotted blue;
8 height: 150px;
9 margin: 26px;
10 width: 150px;
11 }
12 #child {
13 border: 4px dotted green;
14 height: 110px;
15 margin: 16px;
16 width: 110px;
17 }
18 </style>
19 <body>
20 <p>Test passes if there is a blank square with <strong>a green dotted</strong> border centered inside a blue dotted border.</p>
21 <div id="parent">
22 <div id="child"></div>
23 </div>
24 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698