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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014.xht

Issue 1372043002: update-w3c-deps import using blink 0131ca248edfe6c594fa8a6e5780f55c0f4d01eb: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline Created 5 years, 2 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 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/ DTD/xhtml11.dtd"> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/ DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head> 4 <head>
5 <title>CSS Writing Modes Test: text-orientation - sideways</titl e> 5 <title>CSS Writing Modes Test: text-orientation - sideways</titl e>
6 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiya ma@gmail.com" /> 6 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiya ma@gmail.com" />
7 » » <link rel="help" title="5.1. Orienting Text: thetext-orientatio nproperty" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientation" /> 7 » » <link rel="help" title="5.1. Orienting Text: the 'text-orientati on' property" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientation" />
8 <link rel="match" href="reference/text-orientation-014-ref.xht" /> 8 <link rel="match" href="reference/text-orientation-014-ref.xht" />
9 <meta http-equiv="content-language" content="en" /> 9 <meta http-equiv="content-language" content="en" />
10 <meta name="flags" content="ahem" /> 10 <meta name="flags" content="ahem" />
11 » » <meta name="assert" content="This test checks that 'text-orienta tion: sideways' is equivalent to‘sideways-right’invertical-rl’writing mode. Thi s is effective to verify 1.block flow direction, 2.inline direction and 3.glyph orientation." /> 11 » » <meta name="assert" content="This test checks that 'text-orienta tion: sideways' causes text to be set as if in a horizontal layout, but rotated 90° clockwise, in vertical writing modes. This is effective to verify 1.block fl ow direction, 2.inline direction and 3.glyph orientation." />
12 <style type="text/css"> 12 <style type="text/css">
13 .view_ahem 13 .view_ahem
14 { 14 {
15 background: pink; 15 background: pink;
16 border: 1px solid black; 16 border: 1px solid black;
17 color: blue; 17 color: blue;
18 font: 20px/1 "Ahem"; 18 font: 20px/1 "Ahem";
19 height: 3em; 19 height: 3em;
20 margin: 10px; 20 margin: 10px;
21 width: 3em; 21 width: 3em;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 56 61 56
62 7 </span></div> 62 7 </span></div>
63 <div class="view_ahem"><span id="control_ahem">7 1 63 <div class="view_ahem"><span id="control_ahem">7 1
64 52 64 52
65 63</span></div> 65 63</span></div>
66 <hr /> 66 <hr />
67 <div class="view"><span id="test">123Abc<br />def456</span></div > 67 <div class="view"><span id="test">123Abc<br />def456</span></div >
68 <div class="view"><span id="control">123Abc<br />def456</span></ div> 68 <div class="view"><span id="control">123Abc<br />def456</span></ div>
69 </body> 69 </body>
70 </html> 70 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698