| OLD | NEW |
| (Empty) |
| 1 <!doctype html> | |
| 2 <meta charset="utf-8"> | |
| 3 <title>Check the frame heriarchy</title> | |
| 4 <script src="/resources/testharness.js"></script> | |
| 5 <script src="/resources/testharnessreport.js"></script> | |
| 6 <script src="iframe_harness.js"></script> | |
| 7 <body> | |
| 8 <iframe src="same_origin_child.html"></iframe> | |
| 9 </body> | |
| 10 <script> | |
| 11 get_test_results('17381dae-9c3e-4661-9f2b-28eb07a5f2fc'); | |
| 12 get_test_results('08782f28-e313-47ae-8cd7-419f3e194b0a'); | |
| 13 get_test_results('66de8d44-7da7-47c7-9a52-41cba4f22bfe'); | |
| 14 send_test_results({ | |
| 15 "id": '17381dae-9c3e-4661-9f2b-28eb07a5f2fc', | |
| 16 "parent": window.parent === window, | |
| 17 "top": window.top === window, | |
| 18 }); | |
| 19 </script> | |
| OLD | NEW |