OLD | NEW |
1 CONSOLE MESSAGE: line 25: angle: 0; type: portrait-primary | |
2 CONSOLE MESSAGE: line 25: angle: 180; type: portrait-secondary | |
3 CONSOLE MESSAGE: line 25: angle: 90; type: landscape-primary | |
4 CONSOLE MESSAGE: line 25: angle: 270; type: landscape-secondary | |
5 CONSOLE MESSAGE: line 25: angle: 0; type: landscape-primary | |
6 | 1 |
7 Running: initial | 2 Running: initial |
8 | 3 |
9 Running: setWrongAngle1 | 4 Running: setWrongAngle1 |
10 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag
e":"Screen orientation angle must be non-negative, less than 360"} | 5 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag
e":"Screen orientation angle must be non-negative, less than 360"} |
11 | 6 |
12 Running: setWrongAngle2 | 7 Running: setWrongAngle2 |
13 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag
e":"Screen orientation angle must be non-negative, less than 360"} | 8 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag
e":"Screen orientation angle must be non-negative, less than 360"} |
14 | 9 |
15 Running: setWrongType | 10 Running: setWrongType |
(...skipping 11 matching lines...) Expand all Loading... |
27 Running: restoresAfterReload | 22 Running: restoresAfterReload |
28 Page reloaded. | 23 Page reloaded. |
29 angle: 90; type: landscape-primary | 24 angle: 90; type: landscape-primary |
30 | 25 |
31 Running: setLandscapeSecondary | 26 Running: setLandscapeSecondary |
32 angle: 270; type: landscape-secondary | 27 angle: 270; type: landscape-secondary |
33 | 28 |
34 Running: clearOverride | 29 Running: clearOverride |
35 Equals to initial: true | 30 Equals to initial: true |
36 | 31 |
OLD | NEW |