1 Tests offsetWidth using min-width and max-width
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS testWidth("max-width:150px") is 100
7 PASS testWidth("max-width:50px") is 50
8 PASS testWidth("min-width:150px") is 150
9 PASS testWidth("min-width:50px") is 100
10 PASS successfullyParsed is true