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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vlr-005.xht

Issue 1334653002: update-w3c-deps import using blink 938bf333d1bbab5c7c40f5c574f50807244c587f: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add NeedsRebaseline Created 5 years, 3 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 Writing Modes Test: border-spacing - second value is specified and non-zero in 'vertical-lr' table</title> 7 <title>CSS Writing Modes Test: border-spacing - second value is specified and non-zero in 'vertical-lr' table</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 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#dimension-map ping" title="7.2 Dimension Mapping" /> 10 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#dimension-map ping" title="7.2 Dimension Mapping" />
11 <link rel="help" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/tables.html #separated-borders" title="17.6.1 The separated borders model" /> 11 <link rel="help" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/tables.html #separated-borders" title="17.6.1 The separated borders model" />
12 <link rel="match" href="border-spacing-vrl-002-ref.xht" /> 12 <link rel="match" href="border-spacing-vrl-002-ref.xht" />
13 13
14 <meta content="ahem" name="flags" /> 14 <meta content="ahem" name="flags" />
15 <meta content="This test checks that second value of 'border-spacing' represen ts, from left to right, a) spacing between logical table top padding (physical t able left padding) and topmost cells and b) inter-row spacing and c) spacing bet ween bottommost cells and logical table bottom padding (physical table right pad ding)." name="assert" /> 15 <meta content="This test checks that second value of 'border-spacing' represen ts, from left to right, a) spacing between logical table top padding (physical t able left padding) and topmost cells and b) inter-row spacing and c) spacing bet ween bottommost cells and logical table bottom padding (physical table right pad ding)." name="assert" />
16 16
17 <style type="text/css"><![CDATA[ 17 <style type="text/css"><![CDATA[
18 table 18 table
19 { 19 {
20 border-spacing: 0em 0.5em; /* computes to logical vertical border-spacing: 10px */ 20 border-spacing: 0em 0.5em; /* computes to logical vertical border-spacing: 10px */
21 font: 1.25em/1 Ahem; /* computes to 20px/20px */ 21 font: 20px/1 Ahem; /* computes to 20px/20px */
22 padding: 0em 1.25em; /* computes to padding-left: 25px and padding-right: 25px */ 22 padding: 0em 1.25em; /* computes to padding-left: 25px and padding-right: 25px */
23 -webkit-writing-mode: vertical-lr; 23 -webkit-writing-mode: vertical-lr;
24 } 24 }
25 25
26 td 26 td
27 { 27 {
28 height: 1em; 28 height: 1em;
29 padding: 0em; 29 padding: 0em;
30 width: 0.5em; 30 width: 0.5em;
31 } 31 }
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 <table id="test-overlapping-green"> 110 <table id="test-overlapping-green">
111 111
112 <tr><td></td><td></td><td></td><td></td><td></td></tr> 112 <tr><td></td><td></td><td></td><td></td><td></td></tr>
113 113
114 <tr><td></td><td></td><td></td><td></td><td></td></tr> 114 <tr><td></td><td></td><td></td><td></td><td></td></tr>
115 115
116 </table> 116 </table>
117 117
118 </body> 118 </body>
119 </html> 119 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698