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

Side by Side Diff: LayoutTests/accessibility/inline-text-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="paragraph" style="width: 30em;"> 9 <p id="paragraph" style="width: 30em;">
10 The Hitchhiker's Guide to the 10 The Hitchhiker's Guide to the
11 11
12 Galaxy has a few things to say on the subject of resumés. 12 Galaxy has a few things to say on the subject of resumés.
13 A resumé, it says, is about the most massively useful thing an interstellar hitc h hiker can have. 13 A resumé, it says, is about the most massively useful thing an interstellar hitc h hiker can have.
14 </p> 14 </p>
15 15
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 } 65 }
66 testWord('The'); 66 testWord('The');
67 testWord('Hitchhiker'); 67 testWord('Hitchhiker');
68 testWord('Guide'); 68 testWord('Guide');
69 testWord('interstellar'); 69 testWord('interstellar');
70 } 70 }
71 </script> 71 </script>
72 72
73 </body> 73 </body>
74 </html> 74 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/inline-text-bidi-bounds-for-range.html ('k') | LayoutTests/accessibility/inline-text-changes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698