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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/caption-side-vrl-006.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: 'caption-side: block-start' and vertical-rl</ti tle> 7 <title>CSS Writing Modes Test: 'caption-side: block-start' and vertical-rl</ti tle>
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/#caption-side" title="7.7 Table Caption Mappings: the caption-side keywords" /> 10 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#caption-side" title="7.7 Table Caption Mappings: the caption-side keywords" />
(...skipping 10 matching lines...) Expand all
21 position: absolute; 21 position: absolute;
22 width: 100px; 22 width: 100px;
23 z-index: -1; 23 z-index: -1;
24 } 24 }
25 25
26 table#test-overlapping-green 26 table#test-overlapping-green
27 { 27 {
28 border-spacing: 0px; 28 border-spacing: 0px;
29 caption-side: bottom; /* very important declaration to do here */ 29 caption-side: bottom; /* very important declaration to do here */
30 caption-side: block-start; 30 caption-side: block-start;
31 font: 3.125em/1 Ahem; /* computes to 50px/50px */ 31 font: 50px/1 Ahem; /* computes to 50px/50px */
32 -webkit-writing-mode: vertical-rl; 32 -webkit-writing-mode: vertical-rl;
33 } 33 }
34 34
35 caption 35 caption
36 { 36 {
37 color: green; 37 color: green;
38 } 38 }
39 39
40 td 40 td
41 { 41 {
(...skipping 12 matching lines...) Expand all
54 54
55 <table id="test-overlapping-green"> 55 <table id="test-overlapping-green">
56 <caption>CA</caption> 56 <caption>CA</caption>
57 <tr> 57 <tr>
58 <td>T</td><td>D</td> 58 <td>T</td><td>D</td>
59 </tr> 59 </tr>
60 </table> 60 </table>
61 61
62 </body> 62 </body>
63 </html> 63 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698