OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 Test passes if it does not crash. | 3 Test passes if it does not crash. |
4 <svg viewBox="0 0 1 1"> | 4 <svg viewBox="0 0 1 1"> |
5 <font-face font-family="A"> | 5 <font-face font-family="A"> |
6 <font-face-src> | 6 <font-face-src> |
7 <font-face-uri xlink:href="A"/> | 7 <font-face-uri xlink:href="A"/> |
8 </font-face-src> | 8 </font-face-src> |
9 </font-face> | 9 </font-face> |
10 <g font-family="A"> | 10 <g font-family="A"> |
11 <text>PASS</text> | 11 <text>PASS</text> |
12 <script> | 12 <script> |
13 if (window.layoutTestController) | 13 if (window.layoutTestController) |
14 layoutTestController.dumpAsText(); | 14 layoutTestController.dumpAsText(); |
15 | 15 |
16 document.execCommand("SelectAll"); | 16 document.execCommand("SelectAll"); |
17 </script> | 17 </script> |
18 <g> | 18 <g> |
19 <text></text> | 19 <text></text> |
20 </g> | 20 </g> |
21 </g> | 21 </g> |
22 </svg> | 22 </svg> |
23 </html> | 23 </html> |
OLD | NEW |