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

Side by Side Diff: LayoutTests/editing/execCommand/insert-remove-block-list-inside-presentational-inline.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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body onload="runTest();"> 6 <body onload="runTest();">
7 <div id="console"></div> 7 <div id="console"></div>
8 <div contenteditable="true" id="root"><b>one</b><div><b>two</b></div><div><b>thr ee</b></div><div><br></div></div> 8 <div contenteditable="true" id="root"><b>one</b><div><b>two</b></div><div><b>thr ee</b></div><div><br></div></div>
9 <script> 9 <script>
10 var root = document.getElementById("root"); 10 var root = document.getElementById("root");
(...skipping 16 matching lines...) Expand all
27 toggleList(); 27 toggleList();
28 toggleList(); 28 toggleList();
29 toggleList(); 29 toggleList();
30 toggleList(); 30 toggleList();
31 shouldBeTrue("document.getElementsByTagName('ul').length == 0"); 31 shouldBeTrue("document.getElementsByTagName('ul').length == 0");
32 32
33 if (window.testRunner) 33 if (window.testRunner)
34 root.parentNode.removeChild(root); 34 root.parentNode.removeChild(root);
35 } 35 }
36 </script> 36 </script>
37 <script src="../../fast/js/resources/js-test-post.js"></script>
38 </body> 37 </body>
OLDNEW
« no previous file with comments | « LayoutTests/editing/execCommand/insert-lists-inside-another-list.html ('k') | LayoutTests/editing/execCommand/justify.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698