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

Side by Side Diff: LayoutTests/accessibility/adjacent-continuations-cause-assertion-failure.html

Issue 8036039: Merge 94864 - Source/WebCore: Assert being hit in AccessibilityRenderObject::addChildren() (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 2 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/platform/mac/accessibility/adjacent-continuations-cause-assertion-failure-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 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"> 4 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
5 <script> 5 <script>
6 var successfullyParsed = false; 6 var successfullyParsed = false;
7 7
8 function buildAccessibilityTree(accessibilityObject, indent) { 8 function buildAccessibilityTree(accessibilityObject, indent) {
9 var str = ""; 9 var str = "";
10 for (var i = 0; i < indent; i++) 10 for (var i = 0; i < indent; i++)
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 document.body.focus(); 46 document.body.focus();
47 buildAccessibilityTree(accessibilityController.focusedElement, 0); 47 buildAccessibilityTree(accessibilityController.focusedElement, 0);
48 } 48 }
49 49
50 successfullyParsed = true; 50 successfullyParsed = true;
51 </script> 51 </script>
52 52
53 <script src="../fast/js/resources/js-test-post.js"></script> 53 <script src="../fast/js/resources/js-test-post.js"></script>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/mac/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698