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

Side by Side Diff: LayoutTests/accessibility/is-ignored-change-sends-notification.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> 1 <!DOCTYPE HTML>
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="container"> 8 <div id="container">
9 9
10 <div id="hiddenDivContainer" aria-label="hiddenDivContainer"> 10 <div id="hiddenDivContainer" aria-label="hiddenDivContainer">
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 shouldBe("accessibleElementById('divWithoutLabelContainer').childrenCoun t", "1"); 118 shouldBe("accessibleElementById('divWithoutLabelContainer').childrenCoun t", "1");
119 gotSuccessfulNotification(); 119 gotSuccessfulNotification();
120 }); 120 });
121 document.getElementById('divWithoutLabel').setAttribute('aria-label', 'Label '); 121 document.getElementById('divWithoutLabel').setAttribute('aria-label', 'Label ');
122 122
123 debug(''); 123 debug('');
124 } 124 }
125 125
126 </script> 126 </script>
127 127
128 <script src="../fast/js/resources/js-test-post.js"></script>
129 </body> 128 </body>
130 </html> 129 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698