OLD | NEW |
---|---|
1 <pre> | 1 <pre> |
2 <bdi> | 2 <bdi> |
3 PASS if this text displays only once, and no exception or crash | 3 PASS if this text displays only once, and no exception or crash |
4 <object></object> | 4 <object></object> |
5 <div></div> | 5 <div></div> |
6 </bdi> | 6 </bdi> |
7 </pre> | 7 </pre> |
8 | 8 |
9 <script> | 9 <script> |
10 if (window.layoutTestController) | 10 if (window.layoutTestController) |
11 layoutTestController.dumpAsText(); | 11 layoutTestController.dumpAsText(); |
12 </script> | 12 </script> |
OLD | NEW |