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

Side by Side Diff: LayoutTests/editing/selection/select-start-remove-root-crash.html

Issue 7640019: Merge 92966 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 4 months 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
« no previous file with comments | « no previous file | LayoutTests/editing/selection/select-start-remove-root-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <script> 2 <script>
3 if (window.layoutTestController) { 3 if (window.layoutTestController) {
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 layoutTestController.waitUntilDone(); 5 layoutTestController.waitUntilDone();
6 } 6 }
7 7
8 function runTest() 8 function runTest()
9 { 9 {
10 document.write("PASS"); 10 document.write("PASS");
11 11
12 if (window.layoutTestController) 12 if (window.layoutTestController)
13 layoutTestController.notifyDone(); 13 layoutTestController.notifyDone();
14 } 14 }
15 15
16 function select() 16 function select()
17 { 17 {
18 document.execCommand("SelectAll"); 18 document.execCommand("SelectAll");
19 } 19 }
20 20
21 window.addEventListener("selectstart", runTest, true); 21 window.addEventListener("selectstart", runTest, true);
22 window.setInterval(select, 0); 22 window.setInterval(select, 0);
23 </script> 23 </script>
24 </html> 24 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/selection/select-start-remove-root-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698