OLD | NEW |
1 Test 1 | 1 Test 1 |
2 PASS rect.left.toFixed(3) is "8.000" | 2 PASS rect.left.toFixed(3) is "8.000" |
3 PASS rect.top.toFixed(3) is "40.000" | 3 PASS rect.top.toFixed(3) is "40.000" |
4 PASS rect.width.toFixed(3) is "300.000" | 4 PASS rect.width.toFixed(3) is "300.000" |
5 PASS rect.height.toFixed(3) is "100.000" | 5 PASS rect.height.toFixed(3) is "100.000" |
6 PASS rect.right is rect.left + rect.width | 6 PASS rect.right is rect.left + rect.width |
7 PASS rect.bottom is rect.top + rect.height | 7 PASS rect.bottom is rect.top + rect.height |
8 | 8 |
9 Test 2 | 9 Test 2 |
10 PASS rect.left.toFixed(3) is "8.000" | 10 PASS rect.left.toFixed(3) is "8.000" |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 PASS rect.top.toFixed(3) is "3159.000" | 110 PASS rect.top.toFixed(3) is "3159.000" |
111 PASS rect.width.toFixed(3) is "0.000" | 111 PASS rect.width.toFixed(3) is "0.000" |
112 PASS rect.height.toFixed(3) is "0.000" | 112 PASS rect.height.toFixed(3) is "0.000" |
113 PASS rect.right is rect.left + rect.width | 113 PASS rect.right is rect.left + rect.width |
114 PASS rect.bottom is rect.top + rect.height | 114 PASS rect.bottom is rect.top + rect.height |
115 | 115 |
116 PASS successfullyParsed is true | 116 PASS successfullyParsed is true |
117 | 117 |
118 TEST COMPLETE | 118 TEST COMPLETE |
119 | 119 |
OLD | NEW |