| OLD | NEW |
| 1 ALERT: This page tests whether an iframe correctly reports renderer-dependent va
lues when executing a javascript: load. If the test passes, you'll see a series
of 'PASS' messages below. | 1 ALERT: This page tests whether an iframe correctly reports renderer-dependent va
lues when executing a javascript: load. If the test passes, you'll see a series
of 'PASS' messages below. |
| 2 | 2 |
| 3 ALERT: PASS: frame.frameElement.width should be 250 and is. | 3 ALERT: PASS: frame.frameElement.getBoundingClientRect().width should be 250 and
is. |
| 4 | 4 |
| 5 ALERT: PASS: frame.frameElement.clientWidth should be 250 and is. | 5 ALERT: PASS: frame.frameElement.clientWidth should be 250 and is. |
| 6 | 6 |
| 7 ALERT: PASS: frame.frameElement.height should be 250 and is. | 7 ALERT: PASS: frame.frameElement.getBoundingClientRect().height should be 250 and
is. |
| 8 | 8 |
| 9 ALERT: PASS: frame.frameElement.clientHeight should be 250 and is. | 9 ALERT: PASS: frame.frameElement.clientHeight should be 250 and is. |
| 10 | 10 |
| 11 | 11 |
| OLD | NEW |