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

Side by Side Diff: LayoutTests/accessibility/radio-button-title-label.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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../fast/js/resources/js-test-pre.js"></script>
4 </head> 4 </head>
5 <script> 5 <script>
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 </script> 8 </script>
9 <body> 9 <body>
10 10
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 document.getElementById("r3").focus(); 48 document.getElementById("r3").focus();
49 focusedElement = accessibilityController.focusedElement; 49 focusedElement = accessibilityController.focusedElement;
50 titleUIElement = focusedElement.titleUIElement(); 50 titleUIElement = focusedElement.titleUIElement();
51 shouldBe("focusedElement.description", "'AXDescription: radio3'"); 51 shouldBe("focusedElement.description", "'AXDescription: radio3'");
52 shouldBe("focusedElement.title", "'AXTitle: '"); 52 shouldBe("focusedElement.title", "'AXTitle: '");
53 shouldBeTrue("!titleUIElement || titleUIElement.title == 'AXTitle: ' "); 53 shouldBeTrue("!titleUIElement || titleUIElement.title == 'AXTitle: ' ");
54 54
55 } 55 }
56 </script> 56 </script>
57 57
58 <script src="../fast/js/resources/js-test-post.js"></script>
59 58
60 </body> 59 </body>
61 </html> 60 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/press-works-on-control-types.html ('k') | LayoutTests/accessibility/readonly.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698