OLD | NEW |
1 Tests that overriding only a single parameter does not affect others. | 1 Tests that overriding only a single parameter does not affect others. |
2 | 2 |
3 | |
4 Running test: collectMetrics | 3 Running test: collectMetrics |
5 | 4 |
6 Running test: noOverrides | 5 Running test: noOverrides |
7 [PASS] | 6 [PASS] |
8 | 7 |
9 Running test: width | 8 Running test: width |
10 [PASS]: width=300 | 9 [PASS]: width=300 |
11 | 10 |
12 Running test: height | 11 Running test: height |
13 [PASS]: height=400 | 12 [PASS]: height=400 |
(...skipping 12 matching lines...) Expand all Loading... |
26 | 25 |
27 Running test: anotherHeight | 26 Running test: anotherHeight |
28 [PASS]: height=300 | 27 [PASS]: height=300 |
29 | 28 |
30 Running test: deviceScaleFactor3 | 29 Running test: deviceScaleFactor3 |
31 [PASS]: deviceScaleFactor=3 | 30 [PASS]: deviceScaleFactor=3 |
32 | 31 |
33 Running test: clear | 32 Running test: clear |
34 [PASS] | 33 [PASS] |
35 | 34 |
OLD | NEW |