| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <title>Test for MathML crash</title> | 3 <title>Test for MathML crash</title> |
| 4 <script src="../../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../../fast/js/resources/js-test-pre.js"></script> |
| 5 <style> | 5 <style> |
| 6 #example-text { | 6 #example-text { |
| 7 -webkit-flow-into: example-text-flow; | 7 -webkit-flow-into: example-text-flow; |
| 8 padding: 0; | 8 padding: 0; |
| 9 margin: 0; | 9 margin: 0; |
| 10 } | 10 } |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 </div> | 33 </div> |
| 34 <div class="regions"></div> | 34 <div class="regions"></div> |
| 35 </div> | 35 </div> |
| 36 <script type="text/javascript"> | 36 <script type="text/javascript"> |
| 37 if (window.testRunner) | 37 if (window.testRunner) |
| 38 testRunner.dumpAsText(); | 38 testRunner.dumpAsText(); |
| 39 document.body.offsetTop; | 39 document.body.offsetTop; |
| 40 if (window.testRunner) | 40 if (window.testRunner) |
| 41 document.getElementById("example-text").style.display = "none"; | 41 document.getElementById("example-text").style.display = "none"; |
| 42 </script> | 42 </script> |
| 43 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 44 </body> | 43 </body> |
| 45 </html> | 44 </html> |
| OLD | NEW |