OLD | NEW |
1 | 1 |
2 Tests that querying offsetWidth twice leads to the same result - no red backgrou
nd should be visible. | 2 Tests that querying offsetWidth twice leads to the same result - no red backgrou
nd should be visible. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
| 7 PASS successfullyParsed is true |
| 8 |
| 9 TEST COMPLETE |
7 PASS newObject.offsetWidth is 0 | 10 PASS newObject.offsetWidth is 0 |
8 PASS newObject.offsetWidth is 0 | 11 PASS newObject.offsetWidth is 0 |
9 PASS newObject.offsetWidth is 302 | 12 PASS newObject.offsetWidth is 302 |
10 PASS newObject.offsetWidth is 302 | 13 PASS newObject.offsetWidth is 302 |
11 FAIL newObject.offsetWidth should be 502. Was 302. | 14 FAIL newObject.offsetWidth should be 502. Was 302. |
12 FAIL newObject.offsetWidth should be 502. Was 302. | 15 FAIL newObject.offsetWidth should be 502. Was 302. |
13 PASS successfullyParsed is true | |
14 | 16 |
15 TEST COMPLETE | |
16 | |
OLD | NEW |