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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/box-sizing-008-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="Florian Rivoal" href="http://florian.rivoal.net/">
5 <style>
6 div {
7 width: 100px;
8 height: 150px;
9 background: green;
10 margin: 10px;
11 display: inline-block;
12 }
13
14 body {
15 max-width: 400px;
16 }
17 </style>
18 <body>
19 <p>Test passes if there are 6 <strong>filled green rectangles</strong> and the y are the <strong>same size</strong>.</p>
20 <div></div>
21 <div></div>
22 <div></div>
23 <div></div>
24 <div></div>
25 <div></div>
26 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698