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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/vertical-align-121-expected.xht

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 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
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2 2
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 4
5 <head> 5 <head>
6 6
7 <title>CSS Reftest Reference</title> 7 <title>CSS Reftest Reference</title>
8 8
9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/" /> 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/" />
10 10
11 <style type="text/css"><![CDATA[ 11 <style type="text/css"><![CDATA[
12 div#table 12 div#table
13 { 13 {
14 border-collapse: collapse; 14 border-collapse: collapse;
15 display: table; 15 display: table;
16 font: 30px/1 Ahem; 16 font: 30px/1 Ahem;
17 width: 6em; 17 width: 6em;
18 } 18 }
19 19
20 div.tr {display: table-row;} 20 div.tr
21 {
22 display: table-row;
23 }
21 24
22 div.td {color: white; display: table-cell;} 25 div.td
26 {
27 color: white;
28 display: table-cell;
29 }
23 30
24 div#top {border-top: blue solid medium;} 31 div#top
32 {
33 border-top: blue solid medium;
34 }
25 35
26 div.navy {color: navy;} 36 div.navy
37 {
38 color: navy;
39 }
27 ]]></style> 40 ]]></style>
28 41
29 </head> 42 </head>
30 43
31 <body> 44 <body>
32 45
33 <p>There should be a plus sign with a blue line traversing through its middle. </p> 46 <p>There should be a plus sign with a blue line traversing through its middle. </p>
34 47
35 <div id="table"> 48 <div id="table">
36 <div class="tr"><div class="td">A</div><div class="td">B</div><div class="na vy td">C</div><div class="navy td">D</div><div class="td">E</div><div class="td" >F</div></div> 49 <div class="tr"><div class="td">A</div><div class="td">B</div><div class="na vy td">C</div><div class="navy td">D</div><div class="td">E</div><div class="td" >F</div></div>
37 50
38 <div class="tr"><div class="td">G</div><div class="navy td">H</div><div clas s="navy td">I</div><div class="navy td">J</div><div class="navy td">K</div><div class="td">L</div></div> 51 <div class="tr"><div class="td">G</div><div class="navy td">H</div><div clas s="navy td">I</div><div class="navy td">J</div><div class="navy td">K</div><div class="td">L</div></div>
39 52
40 <div class="tr" id="top"><div class="td">M</div><div class="navy td">N</div> <div class="navy td">O</div><div class="navy td">P</div><div class="navy td">Q</ div><div class="td">R</div></div> 53 <div class="tr" id="top"><div class="td">M</div><div class="navy td">N</div> <div class="navy td">O</div><div class="navy td">P</div><div class="navy td">Q</ div><div class="td">R</div></div>
41 54
42 <div class="tr"><div class="td">S</div><div class="td">T</div><div class="na vy td">U</div><div class="navy td">V</div><div class="td">W</div><div class="td" >X</div></div> 55 <div class="tr"><div class="td">S</div><div class="td">T</div><div class="na vy td">U</div><div class="navy td">V</div><div class="td">W</div><div class="td" >X</div></div>
43 </div> 56 </div>
44 57
45 </body> 58 </body>
46 </html> 59 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698