| OLD | NEW |
| 1 | 1 |
| 2 | 2 |
| 3 -------- | 3 -------- |
| 4 Frame: 'left' | 4 Frame: 'left' |
| 5 -------- | 5 -------- |
| 6 PASS escape(window.frameElement.name) is "left" | 6 PASS escape(window.frameElement.name) is "left" |
| 7 PASS escape(window.name) is "left" | 7 PASS escape(window.name) is "left" |
| 8 PASS successfullyParsed is true |
| 9 |
| 10 TEST COMPLETE |
| 8 | 11 |
| 9 | 12 |
| 10 -------- | 13 -------- |
| 11 Frame: '<!--framePath //<!--frame1-->-->' | 14 Frame: '<!--framePath //<!--frame1-->-->' |
| 12 -------- | 15 -------- |
| 13 PASS escape(window.frameElement.name) is "" | 16 PASS escape(window.frameElement.name) is "" |
| 14 PASS escape(window.name) is "" | 17 PASS escape(window.name) is "" |
| 18 PASS successfullyParsed is true |
| 19 |
| 20 TEST COMPLETE |
| 15 | 21 |
| 16 | 22 |
| 17 -------- | 23 -------- |
| 18 Frame: '<!--framePath //<!--frame2-->-->' | 24 Frame: '<!--framePath //<!--frame2-->-->' |
| 19 -------- | 25 -------- |
| 20 PASS escape(window.frameElement.name) is "_blank" | 26 PASS escape(window.frameElement.name) is "_blank" |
| 21 PASS escape(window.name) is "_blank" | 27 PASS escape(window.name) is "_blank" |
| 28 PASS successfullyParsed is true |
| 29 |
| 30 TEST COMPLETE |
| 22 | 31 |
| 23 | 32 |
| 24 -------- | 33 -------- |
| 25 Frame: '_parent' | 34 Frame: '_parent' |
| 26 -------- | 35 -------- |
| 27 PASS escape(window.frameElement.name) is "_parent" | 36 PASS escape(window.frameElement.name) is "_parent" |
| 28 PASS escape(window.name) is "_parent" | 37 PASS escape(window.name) is "_parent" |
| 38 PASS successfullyParsed is true |
| 39 |
| 40 TEST COMPLETE |
| 29 | 41 |
| 30 | 42 |
| 31 -------- | 43 -------- |
| 32 Frame: '_self' | 44 Frame: '_self' |
| 33 -------- | 45 -------- |
| 34 PASS escape(window.frameElement.name) is "_self" | 46 PASS escape(window.frameElement.name) is "_self" |
| 35 PASS escape(window.name) is "_self" | 47 PASS escape(window.name) is "_self" |
| 48 PASS successfullyParsed is true |
| 49 |
| 50 TEST COMPLETE |
| 36 | 51 |
| 37 | 52 |
| 38 -------- | 53 -------- |
| 39 Frame: '_top' | 54 Frame: '_top' |
| 40 -------- | 55 -------- |
| 41 PASS escape(window.frameElement.name) is "_top" | 56 PASS escape(window.frameElement.name) is "_top" |
| 42 PASS escape(window.name) is "_top" | 57 PASS escape(window.name) is "_top" |
| 58 PASS successfullyParsed is true |
| 43 | 59 |
| 60 TEST COMPLETE |
| 61 |
| OLD | NEW |