| OLD | NEW |
| 1 Tests offsetWidth using min-width and max-width | 1 document.register() in a createdCallback should upgrade elements that are in the
same processing queue. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS testWidth("max-width:150px") is 100 | 6 PASS createdElements is ["elemA0", "elemB0"] |
| 7 PASS testWidth("max-width:50px") is 50 | 7 PASS createdElements is ["elemA0", "elemB0", "elemB1"] |
| 8 PASS testWidth("min-width:150px") is 150 | |
| 9 PASS testWidth("min-width:50px") is 100 | |
| 10 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 11 | 9 |
| 12 TEST COMPLETE | 10 TEST COMPLETE |
| 13 | 11 |
| OLD | NEW |