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

Side by Side Diff: LayoutTests/accessibility/spinbutton-value.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 <body> 3 <body>
4 <script src="../fast/js/resources/js-test-pre.js"></script> 4 <script src="../fast/js/resources/js-test-pre.js"></script>
5 5
6 <button id="untitled"></button> 6 <button id="untitled"></button>
7 7
8 <div id="spin" 8 <div id="spin"
9 tabindex="0" 9 tabindex="0"
10 role="spinbutton" 10 role="spinbutton"
(...skipping 28 matching lines...) Expand all
39 shouldBe("endsWith(axSpin.maxValue, '9')", "true"); 39 shouldBe("endsWith(axSpin.maxValue, '9')", "true");
40 shouldBe("endsWith(axSpin.valueDescription, '5 of 9')", "true"); 40 shouldBe("endsWith(axSpin.valueDescription, '5 of 9')", "true");
41 41
42 // Make sure the title doesn't come from the inner text. It should just be e mpty if 42 // Make sure the title doesn't come from the inner text. It should just be e mpty if
43 // not otherwise specified. 43 // not otherwise specified.
44 shouldBe("axSpin.title", "axUntitled.title"); 44 shouldBe("axSpin.title", "axUntitled.title");
45 } 45 }
46 46
47 </script> 47 </script>
48 48
49 <script src="../fast/js/resources/js-test-post.js"></script>
50 </body> 49 </body>
51 </html> 50 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/scroll-to-make-visible-with-subfocus.html ('k') | LayoutTests/accessibility/svg-bounds.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698