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

Side by Side Diff: LayoutTests/accessibility/content-changed-notification-causes-crash.html

Issue 10543038: Merge 118213 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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/accessibility/content-changed-notification-causes-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 <!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 18 matching lines...) Expand all
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> 36 <script src="../fast/js/resources/js-test-post.js"></script>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/accessibility/content-changed-notification-causes-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698