OLD | NEW |
1 Test | 1 Test |
2 Test | 2 Test |
3 Test | 3 Test |
4 This test checks getBoundingClientRect() on zoomed HTML and SVG elements | 4 This test checks getBoundingClientRect() on zoomed HTML and SVG elements |
5 | 5 |
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
7 | 7 |
8 Gray rectangles: 100x50 | 8 Gray rectangles: 100x50 |
9 Green rectangles: 100x50, zoom=200% | 9 Green rectangles: 100x50, zoom=200% |
10 Blue rectangles: 200x100, zoom=50% | 10 Blue rectangles: 200x100, zoom=50% |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 PASS text3.top.toFixed(2) is "565.33" | 106 PASS text3.top.toFixed(2) is "565.33" |
107 PASS text3.width.toFixed(2) is "98.41" | 107 PASS text3.width.toFixed(2) is "98.41" |
108 PASS text3.height.toFixed(2) is "12.31" | 108 PASS text3.height.toFixed(2) is "12.31" |
109 PASS text3.right.toFixed(2) is "1198.41" | 109 PASS text3.right.toFixed(2) is "1198.41" |
110 PASS text3.bottom.toFixed(2) is "577.64" | 110 PASS text3.bottom.toFixed(2) is "577.64" |
111 | 111 |
112 PASS successfullyParsed is true | 112 PASS successfullyParsed is true |
113 | 113 |
114 TEST COMPLETE | 114 TEST COMPLETE |
115 | 115 |
OLD | NEW |