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

Side by Side Diff: LayoutTests/accessibility/loading-iframe-updates-axtree.html

Issue 58533003: Move fast/js/resources files to resources. (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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../resources/js-test.js"></script>
4 4
5 <script> 5 <script>
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.waitUntilDone(); 7 testRunner.waitUntilDone();
8 8
9 function runTest() 9 function runTest()
10 { 10 {
11 description("This tests that if an iframe loads new content after its ac cessibility object has already been accessed, the iframe accessibility object's descendants are the new scroll area and web area, not the old deleted ones."); 11 description("This tests that if an iframe loads new content after its ac cessibility object has already been accessed, the iframe accessibility object's descendants are the new scroll area and web area, not the old deleted ones.");
12 12
13 if (window.accessibilityController) { 13 if (window.accessibilityController) {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 55
56 <p>After</p> 56 <p>After</p>
57 57
58 <p>End of test</p> 58 <p>End of test</p>
59 59
60 <p id="description"></p> 60 <p id="description"></p>
61 <div id="console"></div> 61 <div id="console"></div>
62 62
63 </body> 63 </body>
64 </html> 64 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/loading-iframe-sends-notification.html ('k') | LayoutTests/accessibility/main-element.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698