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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-column-order-003.xht

Issue 1554863002: Import csswg-test@091ec9158c45705b671df74ba064d1d57753c470 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: 'direction: rtl' - table columns order and vert ical-lr</title> 7 <title>CSS Writing Modes Test: 'direction: rtl' - table columns order and vert ical-lr</title>
8 8
9 <link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail. com" /> 9 <link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail. com" />
10 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/Browse rBugsSection/css21testsuite/" /> <!-- 2015-12-21 --> 10 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/Browse rBugsSection/css21testsuite/" /> <!-- 2015-12-21 -->
11 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction" ti tle="2.1 Specifying Directionality: the direction property" /> 11 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction" ti tle="2.1 Specifying Directionality: the direction property" />
12 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layo ut" title="7.1 Principles of Layout in Vertical Writing Modes" /> 12 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layo ut" title="7.1 Principles of Layout in Vertical Writing Modes" />
13 <link rel="match" href="block-flow-direction-001-ref.xht" /> 13 <link rel="match" href="block-flow-direction-001-ref.xht" />
14 14
15 <meta content="ahem" name="flags" /> 15 <meta content="ahem" name="flags" />
16 <meta content="This test checks that a table with 'writing-mode' set to 'verti cal-lr' and with 'direction' set to 'rtl' will have its column displayed from bo ttom (1st column) to top (last column). This test relies on right-to-left direct ionality applying to characters that are strongly sensitive to directionality. I n this test, we use digits [0-9] and non-breaking spaces (&nbsp;) which are all strongly sensitive to bidi directionality." name="assert" /> 16 <meta content="This test checks that a table with 'writing-mode' set to 'verti cal-lr' and with 'direction' set to 'rtl' will have its column displayed from bo ttom (1st column) to top (last column). This test relies on right-to-left direct ionality applying to characters that are strongly sensitive to directionality. I n this test, we use digits [0-9] and non-breaking spaces which are all strongly sensitive to bidi directionality." name="assert" />
17 17
18 <style type="text/css"><![CDATA[ 18 <style type="text/css"><![CDATA[
19 body 19 body
20 { 20 {
21 color: yellow; 21 color: yellow;
22 font: 20px/1 Ahem; 22 font: 20px/1 Ahem;
23 } 23 }
24 24
25 table 25 table
26 { 26 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <!-- The left-most "S" --> 60 <!-- The left-most "S" -->
61 <tr><td><!-- bottommost column -->0 &nbsp; 1 &nbsp; 2 &nbsp; 333</td><td>44 5&nbsp; 6&nbsp; 7&nbsp;</td><td><!-- topmost column -->88 &nbsp;9 &nbsp;0 &nb sp;1</td></tr> 61 <tr><td><!-- bottommost column -->0 &nbsp; 1 &nbsp; 2 &nbsp; 333</td><td>44 5&nbsp; 6&nbsp; 7&nbsp;</td><td><!-- topmost column -->88 &nbsp;9 &nbsp;0 &nb sp;1</td></tr>
62 62
63 <!-- The right-most "S" --> 63 <!-- The right-most "S" -->
64 <tr><td><!-- bottommost column -->2 &nbsp; 3 &nbsp; 4 &nbsp; 555</td><td>66 7&nbsp; 8&nbsp; 9&nbsp;</td><td><!-- topmost column -->00 &nbsp;1 &nbsp;2 &nb sp;3</td></tr> 64 <tr><td><!-- bottommost column -->2 &nbsp; 3 &nbsp; 4 &nbsp; 555</td><td>66 7&nbsp; 8&nbsp; 9&nbsp;</td><td><!-- topmost column -->00 &nbsp;1 &nbsp;2 &nb sp;3</td></tr>
65 65
66 </table> 66 </table>
67 67
68 </body> 68 </body>
69 </html> 69 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698