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

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

Issue 48903019: Delete js-test-post.js. (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="../fast/js/resources/js-test-pre.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
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 shouldBeCloseTo("axBounds.width", rangeBounds.width, 1); 63 shouldBeCloseTo("axBounds.width", rangeBounds.width, 1);
64 shouldBeCloseTo("axBounds.height", rangeBounds.height, 1); 64 shouldBeCloseTo("axBounds.height", rangeBounds.height, 1);
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 <script src="../fast/js/resources/js-test-post.js"></script>
74 </body> 73 </body>
75 </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