| OLD | NEW |
| 1 CONSOLE MESSAGE: line 22: angle: 0; type: portrait-primary |
| 2 CONSOLE MESSAGE: line 22: angle: 180; type: portrait-secondary |
| 3 CONSOLE MESSAGE: line 22: angle: 90; type: landscape-primary |
| 4 CONSOLE MESSAGE: line 22: angle: 270; type: landscape-secondary |
| 1 | 5 |
| 2 Running: initial | 6 Running: initial |
| 3 angle: 90; type: landscape-primary | |
| 4 | 7 |
| 5 Running: setWrongAngle1 | 8 Running: setWrongAngle1 |
| 6 Angle should be in [0; 360) interval | 9 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag
e":"Missing or invalid 'Screen orientation angle must be non-negative, less than
360' parameter"} |
| 7 | 10 |
| 8 Running: setWrongAngle2 | 11 Running: setWrongAngle2 |
| 9 Angle should be in [0; 360) interval | 12 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag
e":"Missing or invalid 'Screen orientation angle must be non-negative, less than
360' parameter"} |
| 10 | 13 |
| 11 Running: setWrongType | 14 Running: setWrongType |
| 12 Wrong type value | 15 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag
e":"Missing or invalid 'Invalid screen orientation type value' parameter"} |
| 13 | 16 |
| 14 Running: setPortraitPrimary | 17 Running: setPortraitPrimary |
| 15 angle: 0; type: portrait-primary | 18 angle: 0; type: portrait-primary |
| 16 | 19 |
| 17 Running: setPortraitSecondary | 20 Running: setPortraitSecondary |
| 18 angle: 180; type: portrait-secondary | 21 angle: 180; type: portrait-secondary |
| 19 | 22 |
| 20 Running: setLandscapePrimary | 23 Running: setLandscapePrimary |
| 21 angle: 90; type: landscape-primary | 24 angle: 90; type: landscape-primary |
| 22 | 25 |
| 23 Running: restoresAfterReload | 26 Running: restoresAfterReload |
| 24 Page reloaded. | 27 Page reloaded. |
| 25 angle: 90; type: landscape-primary | 28 angle: 90; type: landscape-primary |
| 26 | 29 |
| 27 Running: setLandscapeSecondary | 30 Running: setLandscapeSecondary |
| 28 angle: 270; type: landscape-secondary | 31 angle: 270; type: landscape-secondary |
| 29 | 32 |
| 30 Running: clearOverride | 33 Running: clearOverride |
| 31 angle: 90; type: landscape-primary | 34 Equals to initial: true |
| 32 | 35 |
| OLD | NEW |