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

Side by Side Diff: ManualTests/remove-form-node-with-radio-buttons-crash.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 8 months 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 <script type="text/javascript"> 2 <script type="text/javascript">
3 3
4 function load1() { 4 function load1() {
5 var doc = document.getElementById("container"); 5 var doc = document.getElementById("container");
6 doc.innerHTML = "<form name=\"gaga\"><input type=\"radio\" name=\"asdf\" id=\" chk\" value=\"A\"> Checkbox 1" + 6 doc.innerHTML = "<form name=\"gaga\"><input type=\"radio\" name=\"asdf\" id=\" chk\" value=\"A\"> Checkbox 1" +
7 "<input type=\"radio\" name=\"asdf\" value=\"B\"> Checkbox 2"; 7 "<input type=\"radio\" name=\"asdf\" value=\"B\"> Checkbox 2";
8 document.getElementById("chk").checked = true; 8 document.getElementById("chk").checked = true;
9 } 9 }
10 10
(...skipping 13 matching lines...) Expand all
24 ctr++; 24 ctr++;
25 setTimeout("runTest()", 10); 25 setTimeout("runTest()", 10);
26 } 26 }
27 </script> 27 </script>
28 <body> 28 <body>
29 <div>This is a test for http://bugs.webkit.org/show_bug.cgi?id=12938 - to test t his, press the "Run Test" button and wait for a couple of minutes - the browser should not crash.</div> 29 <div>This is a test for http://bugs.webkit.org/show_bug.cgi?id=12938 - to test t his, press the "Run Test" button and wait for a couple of minutes - the browser should not crash.</div>
30 <input type="button" onclick="runTest()" value="Run Test"> 30 <input type="button" onclick="runTest()" value="Run Test">
31 <div id="container"/> 31 <div id="container"/>
32 32
33 </body></html> 33 </body></html>
OLDNEW
« no previous file with comments | « ManualTests/plugins/timeout-dialog-displayed-over-navigation.html ('k') | ManualTests/select-delete-item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698