| OLD | NEW |
| (Empty) | |
| 1 Ensure that change.boundingClientRect matches change.target.getBoundingClientRec
t() for a clipped element with overflow inside an iframe. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS entries.length is 1 |
| 7 PASS entries[0].boundingClientRect.top is target.getBoundingClientRect().top |
| 8 PASS entries[0].boundingClientRect.left is target.getBoundingClientRect().left |
| 9 PASS entries[0].boundingClientRect.width is target.getBoundingClientRect().width |
| 10 PASS entries[0].boundingClientRect.height is target.getBoundingClientRect().heig
ht |
| 11 PASS successfullyParsed is true |
| 12 |
| 13 TEST COMPLETE |
| 14 |
| OLD | NEW |