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

Side by Side Diff: LayoutTests/accessibility/aria-hidden-updates-alldescendants.html

Issue 8037036: Merge 94716 - Changes to aria-hidden don't change VO navigation (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/accessibility/aria-hidden-updates-alldescendants-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 </script> 7 </script>
8 <script src="../fast/js/resources/js-test-pre.js"></script> 8 <script src="../fast/js/resources/js-test-pre.js"></script>
9 </head> 9 </head>
10 <body id="body"> 10 <body id="body">
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 // And most importantly, the DIV that was made non-hidden should have one child now. 48 // And most importantly, the DIV that was made non-hidden should have one child now.
49 shouldBe("main.childAtIndex(1).childrenCount", "1"); 49 shouldBe("main.childAtIndex(1).childrenCount", "1");
50 } 50 }
51 51
52 successfullyParsed = true; 52 successfullyParsed = true;
53 </script> 53 </script>
54 54
55 <script src="../fast/js/resources/js-test-post.js"></script> 55 <script src="../fast/js/resources/js-test-post.js"></script>
56 </body> 56 </body>
57 </html> 57 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/accessibility/aria-hidden-updates-alldescendants-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698