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

Side by Side Diff: LayoutTests/fast/forms/input-autofilled.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 <head> 1 <head>
2 <script src="../js/resources/js-test-pre.js"></script> 2 <script src="../../resources/js-test.js"></script>
3 <script> 3 <script>
4 function test() { 4 function test() {
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 } 7 }
8 8
9 if (!window.internals) { 9 if (!window.internals) {
10 testFailed('This test requires the test harness to run.'); 10 testFailed('This test requires the test harness to run.');
11 return; 11 return;
12 } 12 }
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 </style> 90 </style>
91 </head> 91 </head>
92 <body onload="test()"> 92 <body onload="test()">
93 This tests that foreground and background colors properly change for autofil led inputs. It can only be run using the test harness.<br> 93 This tests that foreground and background colors properly change for autofil led inputs. It can only be run using the test harness.<br>
94 <form name="fm"> 94 <form name="fm">
95 <input type="text" id="field" value="Field value"> 95 <input type="text" id="field" value="Field value">
96 <textarea id="textarea"></textarea> 96 <textarea id="textarea"></textarea>
97 </form> 97 </form>
98 <div id="console"></div> 98 <div id="console"></div>
99 </body> 99 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/input-appearance-maxlength.html ('k') | LayoutTests/fast/forms/input-inputmode.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698