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

Side by Side Diff: LayoutTests/fast/forms/fieldset/fieldset-disabled.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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css"> 4 <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
5 <script src="../../../fast/js/resources/js-test-pre.js"></script> 5 <script src="../../../fast/js/resources/js-test-pre.js"></script>
6 <style type="text/css"> 6 <style type="text/css">
7 input { 7 input {
8 background:rgb(255,255,100); 8 background:rgb(255,255,100);
9 } 9 }
10 input:disabled { 10 input:disabled {
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 shouldBe('insertedLegendTextInput.value', '"JJJK"'); 291 shouldBe('insertedLegendTextInput.value', '"JJJK"');
292 shouldBe('firstLegendTextInput.value', '"IIK"'); 292 shouldBe('firstLegendTextInput.value', '"IIK"');
293 shouldBe('secondLegendTextInput.value', '"K"'); 293 shouldBe('secondLegendTextInput.value', '"K"');
294 294
295 document.body.removeChild(document.getElementsByTagName('form')[0]); 295 document.body.removeChild(document.getElementsByTagName('form')[0]);
296 document.body.removeChild(fieldSet); 296 document.body.removeChild(fieldSet);
297 document.body.removeChild(outerFieldSet); 297 document.body.removeChild(outerFieldSet);
298 document.body.removeChild(legendFieldSet); 298 document.body.removeChild(legendFieldSet);
299 var successfullyParsed = true; 299 var successfullyParsed = true;
300 </script> 300 </script>
301 <script src="../../../fast/js/resources/js-test-post.js"></script>
302 301
303 </body> 302 </body>
304 </html> 303 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/enctype-attribute.html ('k') | LayoutTests/fast/forms/fieldset/fieldset-elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698