| OLD | NEW |
| 1 <script> | 1 <script> |
| 2 if (window.layoutTestController) | 2 if (window.layoutTestController) |
| 3 layoutTestController.dumpAsText(); | 3 layoutTestController.dumpAsText(); |
| 4 </script> | 4 </script> |
| 5 <iframe name="test" src="about:blank"></iframe> | 5 <iframe name="test" src="about:blank"></iframe> |
| 6 <script> | 6 <script> |
| 7 var test = {'prop': 'FAIL'}; | 7 var test = {'prop': 'FAIL'}; |
| 8 </script> | 8 </script> |
| 9 <iframe src="http://localhost:8000/security/resources/frame-for-parent-name.html
"></iframe> | 9 <iframe src="http://localhost:8000/security/resources/frame-for-parent-name.html
"></iframe> |
| 10 This test passes if it doesn't alert fail. | 10 This test passes if it doesn't alert fail. |
| OLD | NEW |