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

Side by Side Diff: LayoutTests/accessibility/inline-text-bidi-bounds-for-range.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <script src="../fast/js/resources/js-test-pre.js"></script> 5 <script src="../resources/js-test.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 8
9 <p id="horizontalParagraph"> 9 <p id="horizontalParagraph">
10 one two אחתשתיים three four שלושהארבעה 10 one two אחתשתיים three four שלושהארבעה
11 </p> 11 </p>
12 12
13 <p id="verticalParagraph" style="-webkit-writing-mode: vertical-lr"> 13 <p id="verticalParagraph" style="-webkit-writing-mode: vertical-lr">
14 one two אחתשתיים three four שלושהארבעה 14 one two אחתשתיים three four שלושהארבעה
15 </p> 15 </p>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 testWord('verticalParagraph', 'two'); 63 testWord('verticalParagraph', 'two');
64 testWord('verticalParagraph', 'three'); 64 testWord('verticalParagraph', 'three');
65 testWord('verticalParagraph', 'four'); 65 testWord('verticalParagraph', 'four');
66 testWord('verticalParagraph', 'אחתשתיים'); 66 testWord('verticalParagraph', 'אחתשתיים');
67 testWord('verticalParagraph', 'שלושהארבעה'); 67 testWord('verticalParagraph', 'שלושהארבעה');
68 } 68 }
69 </script> 69 </script>
70 70
71 </body> 71 </body>
72 </html> 72 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/inline-continuations.html ('k') | LayoutTests/accessibility/inline-text-bounds-for-range.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698