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

Side by Side Diff: LayoutTests/accessibility/inline-continuations.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <title>Inline continuations - accessibility tree linkage</title> 3 <title>Inline continuations - accessibility tree linkage</title>
4 <script src="../fast/js/resources/js-test-pre.js"></script> 4 <script src="../resources/js-test.js"></script>
5 <script> 5 <script>
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 </script> 8 </script>
9 </head> 9 </head>
10 <body> 10 <body>
11 11
12 <h2>Inline continuations - accessibility tree linkage</h2> 12 <h2>Inline continuations - accessibility tree linkage</h2>
13 13
14 <p>This test checks that the right accessibility tree is generated in 14 <p>This test checks that the right accessibility tree is generated in
(...skipping 25 matching lines...) Expand all
40 shouldBe("nonGroupDescendants(accessibilityController.focusedElement)", "5") ; 40 shouldBe("nonGroupDescendants(accessibilityController.focusedElement)", "5") ;
41 41
42 // This should pass (and is a simpler test than above) if anonymous blocks w ere not in the AX tree 42 // This should pass (and is a simpler test than above) if anonymous blocks w ere not in the AX tree
43 // shouldBe("accessibilityController.focusedElement.childrenCount", "5"); 43 // shouldBe("accessibilityController.focusedElement.childrenCount", "5");
44 } 44 }
45 45
46 46
47 </script> 47 </script>
48 48
49 </body> 49 </body>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/inert-node-is-hidden.html ('k') | LayoutTests/accessibility/inline-text-bidi-bounds-for-range.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698