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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 PASS rect2.height is 50 | 71 PASS rect2.height is 50 |
72 PASS rect2.right is 175 | 72 PASS rect2.right is 175 |
73 PASS rect2.bottom is 150 | 73 PASS rect2.bottom is 150 |
74 PASS image2.left is 175 | 74 PASS image2.left is 175 |
75 PASS image2.top is 100 | 75 PASS image2.top is 100 |
76 PASS image2.width is 50 | 76 PASS image2.width is 50 |
77 PASS image2.height is 25 | 77 PASS image2.height is 25 |
78 PASS image2.right is 225 | 78 PASS image2.right is 225 |
79 PASS image2.bottom is 125 | 79 PASS image2.bottom is 125 |
80 PASS text2.left is 175 | 80 PASS text2.left is 175 |
81 FAIL text2.top should be within 1 of 132. Was 133.0703125. | 81 PASS text2.top is within 1 of 132 |
82 PASS text2.width is within 1 of 49 | 82 PASS text2.width is within 1 of 49 |
83 PASS text2.height is within 1 of 6 | 83 PASS text2.height is within 1 of 6 |
84 PASS text2.right is within 1 of 224 | 84 PASS text2.right is within 1 of 224 |
85 PASS text2.bottom is within 1 of 139 | 85 PASS text2.bottom is within 1 of 139 |
86 | 86 |
87 PASS svg3.left is 900 | 87 PASS svg3.left is 900 |
88 PASS svg3.top is 500 | 88 PASS svg3.top is 500 |
89 PASS svg3.width is 300 | 89 PASS svg3.width is 300 |
90 PASS svg3.height is 100 | 90 PASS svg3.height is 100 |
91 PASS svg3.right is 1200 | 91 PASS svg3.right is 1200 |
92 PASS svg3.bottom is 600 | 92 PASS svg3.bottom is 600 |
93 PASS rect3.left is 900 | 93 PASS rect3.left is 900 |
94 PASS rect3.top is 500 | 94 PASS rect3.top is 500 |
95 PASS rect3.width is 200 | 95 PASS rect3.width is 200 |
96 PASS rect3.height is 100 | 96 PASS rect3.height is 100 |
97 PASS rect3.right is 1100 | 97 PASS rect3.right is 1100 |
98 PASS rect3.bottom is 600 | 98 PASS rect3.bottom is 600 |
99 PASS image3.left is 1100 | 99 PASS image3.left is 1100 |
100 PASS image3.top is 500 | 100 PASS image3.top is 500 |
101 PASS image3.width is 100 | 101 PASS image3.width is 100 |
102 PASS image3.height is 50 | 102 PASS image3.height is 50 |
103 PASS image3.right is 1200 | 103 PASS image3.right is 1200 |
104 PASS image3.bottom is 550 | 104 PASS image3.bottom is 550 |
105 PASS text3.left is 1100 | 105 PASS text3.left is 1100 |
106 FAIL text3.top should be within 1 of 565. Was 566.140625. | 106 PASS text3.top is within 1 of 565 |
107 FAIL text3.width should be within 1 of 92. Was 95.9375. | 107 FAIL text3.width should be within 1 of 92. Was 95.9375. |
108 PASS text3.height is within 1 of 12 | 108 PASS text3.height is within 1 of 12 |
109 FAIL text3.right should be within 1 of 1192. Was 1195.9375. | 109 FAIL text3.right should be within 1 of 1192. Was 1195.9375. |
110 PASS text3.bottom is within 1 of 577 | 110 PASS text3.bottom is within 1 of 577 |
111 | 111 |
112 PASS successfullyParsed is true | 112 PASS successfullyParsed is true |
113 | 113 |
114 TEST COMPLETE | 114 TEST COMPLETE |
115 | 115 |
OLD | NEW |