OLD | NEW |
1 <svg height="1" width="1"> | 1 <svg height="1" width="1"> |
2 <defs> | 2 <defs> |
3 <use id="B"> | 3 <use id="B"> |
4 <linearGradient> | 4 <linearGradient> |
5 <animateTransform attributeName="z"/> | 5 <animateTransform attributeName="z"/> |
6 <text font-family="x"> | 6 <text font-family="x"> |
7 <textPath> | 7 <textPath> |
8 <font> | 8 <font> |
9 <font-face font-family="x"> | 9 <font-face font-family="x"> |
10 </font> | 10 </font> |
(...skipping 11 matching lines...) Expand all Loading... |
22 layoutTestController.waitUntilDone(); | 22 layoutTestController.waitUntilDone(); |
23 layoutTestController.dumpAsText(); | 23 layoutTestController.dumpAsText(); |
24 } | 24 } |
25 | 25 |
26 setTimeout(function() { | 26 setTimeout(function() { |
27 document.body.innerHTML += "PASS: This file should not crash."; | 27 document.body.innerHTML += "PASS: This file should not crash."; |
28 if (window.layoutTestController) | 28 if (window.layoutTestController) |
29 layoutTestController.notifyDone(); | 29 layoutTestController.notifyDone(); |
30 }, 0); | 30 }, 0); |
31 </script> | 31 </script> |
OLD | NEW |