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/editing/spelling/spellcheck-attribute.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 <title>Spellcheck Attribute Test</title> 3 <title>Spellcheck Attribute Test</title>
4 <link rel="help" href="http://damowmow.com/playground/spellcheck.txt"> 4 <link rel="help" href="http://damowmow.com/playground/spellcheck.txt">
5 <script src="../../fast/js/resources/js-test-pre.js"></script> 5 <script src="../../resources/js-test.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p>This tests if the "spellcheck" attribute is implemented as written in its spe cification. If this test succeeds, you can see forms filled with an invalid word 'zz '. Nevertheless, the 'zz ' is not marked as misspelled in all of them. 8 <p>This tests if the "spellcheck" attribute is implemented as written in its spe cification. If this test succeeds, you can see forms filled with an invalid word 'zz '. Nevertheless, the 'zz ' is not marked as misspelled in all of them.
9 <div id="testRoot"> 9 <div id="testRoot">
10 10
11 <div spellcheck="true"> 11 <div spellcheck="true">
12 <label>1.1.</label><input id="test1_1" type="text"></input><br/> 12 <label>1.1.</label><input id="test1_1" type="text"></input><br/>
13 <label>1.2.</label><input id="test1_2" type="text" spellcheck="true"></input><br /> 13 <label>1.2.</label><input id="test1_2" type="text" spellcheck="true"></input><br />
14 <label>1.3.</label><input id="test1_3" type="text" spellcheck="false"></input><b r/> 14 <label>1.3.</label><input id="test1_3" type="text" spellcheck="false"></input><b r/>
15 <label>1.4.</label><input id="test1_4" type="text" spellcheck="InvalidValue"></i nput><br/> 15 <label>1.4.</label><input id="test1_4" type="text" spellcheck="InvalidValue"></i nput><br/>
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 testMarkerForMisspelledWord('test4_5', true); 93 testMarkerForMisspelledWord('test4_5', true);
94 testMarkerForMisspelledWord('test4_6', false); 94 testMarkerForMisspelledWord('test4_6', false);
95 95
96 if (window.testRunner) { 96 if (window.testRunner) {
97 // Cleaning up for expeation text if running on DRT. 97 // Cleaning up for expeation text if running on DRT.
98 document.getElementById("testRoot").style.display = "none"; 98 document.getElementById("testRoot").style.display = "none";
99 } 99 }
100 </script> 100 </script>
101 </body> 101 </body>
102 </html> 102 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/spellcheck-async.html ('k') | LayoutTests/editing/spelling/spellcheck-disable-enable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698