OLD | NEW |
1 <script> | 1 <script> |
2 if (window.layoutTestController) { | 2 if (window.layoutTestController) { |
3 layoutTestController.waitUntilDone(); | 3 layoutTestController.waitUntilDone(); |
4 layoutTestController.dumpAsText(); | 4 layoutTestController.dumpAsText(); |
5 } | 5 } |
6 | 6 |
7 function removeTextArea() { | 7 function removeTextArea() { |
8 var child = document.getElementById('test'); | 8 var child = document.getElementById('test'); |
9 child.parentNode.removeChild(child); | 9 child.parentNode.removeChild(child); |
10 if (window.layoutTestController) { | 10 if (window.layoutTestController) { |
11 setTimeout("layoutTestController.notifyDone();", 0); | 11 setTimeout("layoutTestController.notifyDone();", 0); |
12 } | 12 } |
13 } | 13 } |
14 | 14 |
15 setTimeout(removeTextArea, 0); | 15 setTimeout(removeTextArea, 0); |
16 </script> | 16 </script> |
17 <p>PASS if not crashed.</p> | 17 <p>PASS if not crashed.</p> |
18 ><fieldset><fieldset><button><fieldset><fieldset><select>A00000AA0A000<textarea>
</textarea> | 18 ><fieldset><fieldset><button><fieldset><fieldset><select>A00000AA0A000<textarea>
</textarea> |
19 <figure><fieldset>000000AA00A000A0A0A00A0000A0A00AAAAAA00AAAAAAA0A0AA00A00A000A0
AA000AA0<textarea id="test" placeholder="default disabled">A0AA000AAA0AA00AAAA0<
track><center></center> | 19 <figure><fieldset>000000AA00A000A0A0A00A0000A0A00AAAAAA00AAAAAAA0A0AA00A00A000A0
AA000AA0<textarea id="test" placeholder="default disabled">A0AA000AAA0AA00AAAA0<
track><center></center> |
OLD | NEW |