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

Side by Side Diff: LayoutTests/imported/csswg-test/css-shapes-1/spec-examples/shape-outside-005-expected.html

Issue 816533002: Import CSSWG Shapes tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more test expectations update Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Reference File</title>
5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/>
6 <style type="text/css">
7 #container {
8 position: absolute;
9 top: 70px;
10 width: 400px;
11 font-family: Ahem;
12 font-size: 20px;
13 line-height: 1.5em;
14 color: green;
15 }
16 #square{
17 position: absolute;
18 top: 70px;
19 width: 196px;
20 height: 196px;
21 border: 1px solid black;
22 z-index: 10;
23 }
24
25 </style>
26 </head>
27 <body>
28 <p>
29 The test passes if there are two columns of six green horizontal bars of the same
30 size inside the square and two columns of six matching green bars outsid e and to the
31 right of the square. There should be no red.
32 </p>
33 <div id="container">
34 XXXX XXXX XXXX XXXX
35 XXXX XXXX XXXX XXXX
36 XXXX XXXX XXXX XXXX
37 XXXX XXXX XXXX XXXX
38 XXXX XXXX XXXX XXXX
39 XXXX XXXX XXXX XXXX
40 </div>
41 <div id="square"></div>
42
43 </body>
44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698