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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001m.html

Issue 2018883002: Fix testharness paths in imported/csswg-test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>CSS Writing Modes Test: Test orientation of characters where vo=U (#5/5, 787 code points in U+1F6BB-2FA1D).</title> 3 <title>CSS Writing Modes Test: Test orientation of characters where vo=U (#5/5, 787 code points in U+1F6BB-2FA1D).</title>
4 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio n"> 4 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio n">
5 <meta name="assert" content="Test orientation of characters where vo=U (#5/5, 78 7 code points in U+1F6BB-2FA1D)"> 5 <meta name="assert" content="Test orientation of characters where vo=U (#5/5, 78 7 code points in U+1F6BB-2FA1D)">
6 <meta name="flags" content="dom font"> 6 <meta name="flags" content="dom font">
7 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> 7 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
8 <script src="../../../resources/testharness.js"></script> 8 <script src="/resources/testharness.js"></script>
9 <script src="../../../resources/testharnessreport.js"></script> 9 <script src="/resources/testharnessreport.js"></script>
10 <style> 10 <style>
11 @font-face { 11 @font-face {
12 font-family: "orientation"; 12 font-family: "orientation";
13 src: url("support/adobe-fonts/CSSHWOrientationTest.otf"); 13 src: url("support/adobe-fonts/CSSHWOrientationTest.otf");
14 } 14 }
15 .test { 15 .test {
16 font: 16px/1 "orientation"; 16 font: 16px/1 "orientation";
17 height: 17em; 17 height: 17em;
18 writing-mode: vertical-rl; 18 writing-mode: vertical-rl;
19 } 19 }
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 <div class="line">者𦓚𦔣聠𦖨聰𣍟䏕育脃䐋脾媵𦞧𦞵𣎓𣎜舁舄辞䑫芑芋芝劳花芳芽苦𦬼若茝</div> 70 <div class="line">者𦓚𦔣聠𦖨聰𣍟䏕育脃䐋脾媵𦞧𦞵𣎓𣎜舁舄辞䑫芑芋芝劳花芳芽苦𦬼若茝</div>
71 <div class="line">荣莭茣莽菧著荓菊菌菜𦰶𦵫𦳕䔫蓱蓳蔖𧏊蕤𦼬䕝䕡𦾱𧃒䕫虐虜虧虩蚩蚈蜎</div> 71 <div class="line">荣莭茣莽菧著荓菊菌菜𦰶𦵫𦳕䔫蓱蓳蔖𧏊蕤𦼬䕝䕡𦾱𧃒䕫虐虜虧虩蚩蚈蜎</div>
72 <div class="line">蛢蝹蜨蝫螆䗗蟡蠁䗹衠衣𧙧裗裞䘵裺㒻𧢮𧥦䚾䛇誠諭變豕𧲨貫賁贛起𧼯𠠄</div> 72 <div class="line">蛢蝹蜨蝫螆䗗蟡蠁䗹衠衣𧙧裗裞䘵裺㒻𧢮𧥦䚾䛇誠諭變豕𧲨貫賁贛起𧼯𠠄</div>
73 <div class="line">跋趼跰𠣞軔輸𨗒𨗭邔郱鄑𨜮鄛鈸鋗鋘鉼鏹鐕𨯺開䦕閷𨵷䧦雃嶲霣𩅅𩈚䩮䩶</div> 73 <div class="line">跋趼跰𠣞軔輸𨗒𨗭邔郱鄑𨜮鄛鈸鋗鋘鉼鏹鐕𨯺開䦕閷𨵷䧦雃嶲霣𩅅𩈚䩮䩶</div>
74 <div class="line">韠𩐊䪲𩒖頋頋頩𩖶飢䬳餩馧駂駾䯎𩬰鬒鱀鳽䳎䳭鵧𪃎䳸𪄅𪈎𪊑麻䵖黹黾鼅</div> 74 <div class="line">韠𩐊䪲𩒖頋頋頩𩖶飢䬳餩馧駂駾䯎𩬰鬒鱀鳽䳎䳭鵧𪃎䳸𪄅𪈎𪊑麻䵖黹黾鼅</div>
75 <div class="line">鼏鼖鼻𪘀</div> 75 <div class="line">鼏鼖鼻𪘀</div>
76 </div> 76 </div>
77 </div> 77 </div>
78 </div> 78 </div>
79 <script src="support/text-orientation.js"></script> 79 <script src="support/text-orientation.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698