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/ietestcenter/css3/multicolumn/column-width-applies-to-010-expected.htm

Issue 1947003002: Correct ietestcenter/css3/multicolumn/column-width-applies-to-010-expected.htm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('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
1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR /xhtml1/DTD/xhtml1-strict.dtd"> 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"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <title>CSS Test: Column-width applied to 'display: list-item' - Referenc e</title> 4 <title>CSS Test: Column-width applied to 'display: list-item' - Referenc e</title>
5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" /> 5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
6 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#cw"/> 6 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#cw"/>
7 <style type="text/css"> 7 <style type="text/css">
8 #parent 8 #parent
9 { 9 {
10 color: red; 10 color: red;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 #marker 44 #marker
45 { 45 {
46 display: list-item; 46 display: list-item;
47 } 47 }
48 </style> 48 </style>
49 </head> 49 </head>
50 <body> 50 <body>
51 <p>Test passes if there is a marker to the left of the first line of tex t and there is no red visible on the page.</p> 51 <p>Test passes if there is a marker to the left of the first line of tex t and there is no red visible on the page.</p>
52 <div id="parent"> 52 <div id="parent">
53 <div id="ref2"> 53 <div id="ref2">
54 <div>AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEEEE FFFFFFFFF </div> 54 <div style="display:list-item;">AAAAAAAAA BBBBBBBBB CCCCCCCCC DD DDDDDDD EEEEEEEEE FFFFFFFFF</div>
55 <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKK K LLLLLLLLL</div> 55 <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKK K LLLLLLLLL</div>
56 </div> 56 </div>
57 <div id="reference"> 57 <div id="reference">
58 <div id="marker">AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEE EE FFFFFFFFF</div> 58 <div id="marker">AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEE EE FFFFFFFFF</div>
59 <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKK K LLLLLLLLL</div> 59 <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKK K LLLLLLLLL</div>
60 </div> 60 </div>
61 </div> 61 </div>
62 </body> 62 </body>
63 </html> 63 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698