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

Side by Side Diff: LayoutTests/ietestcenter/css3/multicolumn/column-filling-001-expected.htm

Issue 417873003: First round of updates in response to commenting out stale expectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Accommodate recent expectations change for Win Created 6 years, 5 months 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
« no previous file with comments | « LayoutTests/ietestcenter/css3/multicolumn/column-filling-001.htm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR /xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>CSS Test: Column filling - Reference</title>
5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
6 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#filling-colum ns"/>
7 <style type="text/css">
8 #parent
9 {
10 font: 20px/1 monospace;
11 position: relative;
12 }
13 #reference, #ref2
14 {
15 height: 6em;
16 width: 11em;
17 position: absolute;
18 top: 0;
19 }
20 #reference
21 {
22 color: green;
23 }
24 #reference div
25 {
26 position: absolute;
27 width: 5em;
28 }
29 #ref2
30 {
31 color: red;
32 }
33 #ref2 div
34 {
35 position: absolute;
36 width: 5em;
37 }
38 #right
39 {
40 right: 0;
41 }
42 </style>
43 </head>
44 <body>
45 <p>Test passes if there is no red visible on the page.</p>
46 <div id="parent">
47 <div id="ref2">
48 <div>AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEEEE FFFFFFFFF </div>
49 <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKK K LLLLLLLLL</div>
50 </div>
51 <div id="reference">
52 <div>AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEEEE FFFFFFFFF </div>
53 <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKK K LLLLLLLLL</div>
54 </div>
55 </div>
56 </body>
57 </html>
OLDNEW
« no previous file with comments | « LayoutTests/ietestcenter/css3/multicolumn/column-filling-001.htm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698