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

Side by Side Diff: LayoutTests/fast/dom/documentmarker-set-active.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 <html> 1 <html>
2 <script src="../js/resources/js-test-pre.js"></script> 2 <script src="../js/resources/js-test-pre.js"></script>
3 <body style="min-height: 5000px"> 3 <body style="min-height: 5000px">
4 <span id="elt">text</span> 4 <span id="elt">text</span>
5 5
6 <script> 6 <script>
7 description('Checks that bounds are handled properly when activating TextMatch m arkers.'); 7 description('Checks that bounds are handled properly when activating TextMatch m arkers.');
8 8
9 if (window.testRunner) 9 if (window.testRunner)
10 testRunner.dumpAsText(); 10 testRunner.dumpAsText();
(...skipping 18 matching lines...) Expand all
29 29
30 window.internals.setMarkersActive(elt, 2, 3, false); 30 window.internals.setMarkersActive(elt, 2, 3, false);
31 shouldBe('window.internals.activeMarkerCountForNode(elt)', '0'); 31 shouldBe('window.internals.activeMarkerCountForNode(elt)', '0');
32 32
33 window.internals.setMarkersActive(elt, 3, 4, true); 33 window.internals.setMarkersActive(elt, 3, 4, true);
34 shouldBe('window.internals.activeMarkerCountForNode(elt)', '0'); 34 shouldBe('window.internals.activeMarkerCountForNode(elt)', '0');
35 35
36 var successfullyParsed = true; 36 var successfullyParsed = true;
37 </script> 37 </script>
38 38
39 <script src="../js/resources/js-test-post.js"></script>
40 39
41 </body> 40 </body>
42 </html> 41 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/documentmarker-add-adjacent-text.html ('k') | LayoutTests/fast/dom/dom-constructors.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698