| OLD | NEW |
| 1 Series of tests to ensure correct results of scrolling path into view on canvas | 1 Series of tests to ensure correct results of scrolling path into view on canvas |
| 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 Test case 1: scrollPathIntoView() / CTM == identity | 6 Test case 1: scrollPathIntoView() / CTM == identity |
| 7 PASS testValue is 150 | 7 PASS testValue is 150 |
| 8 PASS testValue is 650 | 8 PASS testValue is 650 |
| 9 PASS testValue is 650 | 9 PASS testValue is 650 |
| 10 PASS testValue is 1150 | 10 PASS testValue is 1150 |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 PASS testValue is 1133 | 86 PASS testValue is 1133 |
| 87 PASS testValue is 633 | 87 PASS testValue is 633 |
| 88 PASS testValue is 160 | 88 PASS testValue is 160 |
| 89 PASS testValue is 660 | 89 PASS testValue is 660 |
| 90 PASS testValue is 660 | 90 PASS testValue is 660 |
| 91 PASS testValue is 1160 | 91 PASS testValue is 1160 |
| 92 PASS testValue is 660 | 92 PASS testValue is 660 |
| 93 | 93 |
| 94 Test case 5: exceptions | 94 Test case 5: exceptions |
| 95 PASS context.scrollPathIntoView(null); threw exception TypeError: Failed to exec
ute 'scrollPathIntoView' on 'CanvasRenderingContext2D': parameter 1 is not of ty
pe 'Path2D'.. | 95 PASS context.scrollPathIntoView(null); threw exception TypeError: Failed to exec
ute 'scrollPathIntoView' on 'CanvasRenderingContext2D': parameter 1 is not of ty
pe 'Path2D'.. |
| 96 PASS context.scrollPathIntoView(undefined); threw exception TypeError: Failed to
execute 'scrollPathIntoView' on 'CanvasRenderingContext2D': parameter 1 is not
of type 'Path2D'.. | |
| 97 PASS context.scrollPathIntoView([]); threw exception TypeError: Failed to execut
e 'scrollPathIntoView' on 'CanvasRenderingContext2D': parameter 1 is not of type
'Path2D'.. | 96 PASS context.scrollPathIntoView([]); threw exception TypeError: Failed to execut
e 'scrollPathIntoView' on 'CanvasRenderingContext2D': parameter 1 is not of type
'Path2D'.. |
| 98 PASS context.scrollPathIntoView({}); threw exception TypeError: Failed to execut
e 'scrollPathIntoView' on 'CanvasRenderingContext2D': parameter 1 is not of type
'Path2D'.. | 97 PASS context.scrollPathIntoView({}); threw exception TypeError: Failed to execut
e 'scrollPathIntoView' on 'CanvasRenderingContext2D': parameter 1 is not of type
'Path2D'.. |
| 99 | 98 |
| 100 PASS successfullyParsed is true | 99 PASS successfullyParsed is true |
| 101 | 100 |
| 102 TEST COMPLETE | 101 TEST COMPLETE |
| 103 | 102 |
| OLD | NEW |