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

Side by Side Diff: LayoutTests/fast/forms/range/range-reset.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="../../js/resources/js-test-pre.js"></script> 3 <script src="../../../resources/js-test.js"></script>
4 <body> 4 <body>
5 <p id="description"></p> 5 <p id="description"></p>
6 <form> 6 <form>
7 <input id="slider" type="range" min="0" max="100" value="30"> 7 <input id="slider" type="range" min="0" max="100" value="30">
8 <input id="defaults" type="range"> 8 <input id="defaults" type="range">
9 <input id="step" type="range" step="20"> 9 <input id="step" type="range" step="20">
10 </form> 10 </form>
11 <div id="console"></div> 11 <div id="console"></div>
12 <script> 12 <script>
13 description("<a href='http://bugs.webkit.org/show_bug.cgi?id=15251'>Bug 15251: R EGRESSION: &lt;input type=range&gt; doesn't respond to form.reset() or setting i nput.value</a>"); 13 description("<a href='http://bugs.webkit.org/show_bug.cgi?id=15251'>Bug 15251: R EGRESSION: &lt;input type=range&gt; doesn't respond to form.reset() or setting i nput.value</a>");
(...skipping 24 matching lines...) Expand all
38 testSliderReset("slider"); 38 testSliderReset("slider");
39 39
40 debug("Slider with default limits, and no explicit value"); 40 debug("Slider with default limits, and no explicit value");
41 testSliderReset("defaults"); 41 testSliderReset("defaults");
42 42
43 debug("Slider with default limits, and a step value"); 43 debug("Slider with default limits, and a step value");
44 testSliderReset("step"); 44 testSliderReset("step");
45 </script> 45 </script>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/range/range-keyoperation.html ('k') | LayoutTests/fast/forms/range/range-set-attribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698