| OLD | NEW |
| 1 Verifies that document scrolling supports fractional offset. | 1 Verifies that document scrolling supports fractional offset. |
| 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 successfullyParsed is true | 6 PASS successfullyParsed is true |
| 7 | 7 |
| 8 TEST COMPLETE | 8 TEST COMPLETE |
| 9 set PreferCompositingToLCDTextEnabled true | |
| 10 PASS document.scrollingElement.scrollTop is within 0.00001 of 0 | |
| 11 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0 | |
| 12 PASS document.scrollingElement.scrollTop is within 0.00001 of 10.2 | |
| 13 PASS document.scrollingElement.scrollLeft is within 0.00001 of 20.5 | |
| 14 PASS document.scrollingElement.scrollTop is within 0.00001 of 31.1 | |
| 15 PASS document.scrollingElement.scrollLeft is within 0.00001 of 9.6 | |
| 16 PASS document.scrollingElement.scrollTop is within 0.00001 of 0 | |
| 17 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0 | |
| 18 set PreferCompositingToLCDTextEnabled false | |
| 19 PASS document.scrollingElement.scrollTop is within 0.00001 of 0 | 9 PASS document.scrollingElement.scrollTop is within 0.00001 of 0 |
| 20 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0 | 10 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0 |
| 21 PASS document.scrollingElement.scrollTop is within 0.00001 of 10 | 11 PASS document.scrollingElement.scrollTop is within 0.00001 of 10 |
| 22 PASS document.scrollingElement.scrollLeft is within 0.00001 of 20 | 12 PASS document.scrollingElement.scrollLeft is within 0.00001 of 20 |
| 23 PASS document.scrollingElement.scrollTop is within 0.00001 of 31 | 13 PASS document.scrollingElement.scrollTop is within 0.00001 of 31 |
| 24 PASS document.scrollingElement.scrollLeft is within 0.00001 of 9 | 14 PASS document.scrollingElement.scrollLeft is within 0.00001 of 9 |
| 25 PASS document.scrollingElement.scrollTop is within 0.00001 of 0 | 15 PASS document.scrollingElement.scrollTop is within 0.00001 of 0 |
| 26 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0 | 16 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0 |
| 27 | 17 |
| OLD | NEW |