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

Side by Side Diff: LayoutTests/accessibility/spinbutton-value.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 <html> 2 <html>
3 <body> 3 <body>
4 <script src="../fast/js/resources/js-test-pre.js"></script> 4 <script src="../resources/js-test.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"
11 aria-valuetext="5 of 9" 11 aria-valuetext="5 of 9"
12 aria-valuemin="1" 12 aria-valuemin="1"
13 aria-valuemax="9" 13 aria-valuemax="9"
14 aria-valuenow="5">42</div> 14 aria-valuenow="5">42</div>
(...skipping 26 matching lines...) Expand all
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 </body> 49 </body>
50 </html> 50 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/selection-states.html ('k') | LayoutTests/accessibility/svg-bounds.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698