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

Side by Side Diff: LayoutTests/accessibility/content-changed-notification-causes-crash.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 <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> 6 <body>
7 7
8 <div id="group" tabindex="0"> 8 <div id="group" tabindex="0">
9 9
10 <ul role=textbox style='-webkit-transition: -webkit-transform linear 11174017402 08157342s; content: counters(c, ".", disc); '>><keygen autofocus="">><body style ='outline-style: ridge; font: normal normal 29266em/9999999999999999999999999999 999999999999999999999999999999999999999999999999999999999999999999999999999999 A hem, serif; '> 10 <ul role=textbox style='-webkit-transition: -webkit-transform linear 11174017402 08157342s; content: counters(c, ".", disc); '>><keygen autofocus="">><body style ='outline-style: ridge; font: normal normal 29266em/9999999999999999999999999999 999999999999999999999999999999999999999999999999999999999999999999999999999999 A hem, serif; '>
(...skipping 15 matching lines...) Expand all
26 if (window.accessibilityController) { 26 if (window.accessibilityController) {
27 27
28 document.getElementById("group").focus(); 28 document.getElementById("group").focus();
29 var focusedElement = accessibilityController.focusedElement; 29 var focusedElement = accessibilityController.focusedElement;
30 walkAccessibilityTree(focusedElement); 30 walkAccessibilityTree(focusedElement);
31 31
32 document.getElementById('console').innerHTML += "PASS. WebKit did not cr ash.<br>"; 32 document.getElementById('console').innerHTML += "PASS. WebKit did not cr ash.<br>";
33 } 33 }
34 </script> 34 </script>
35 35
36 <script src="../fast/js/resources/js-test-post.js"></script>
37 </body> 36 </body>
38 </html> 37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698