Bug 1595800 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

**Steps to Reproduce**

1. Make sure devtools.responsive.browserUI.enabled
2. Open RDM, and select the iPad from the devices list.
3. Rotate the viewport by pressing the "Rotate Viewport" icon located in the toolbar.
4. Check the `screen.orientation` object  in the DevTools console. The `type` attribute should be "landscape-primary" and the `angle` attribute should be "90".
5. Refresh the page and check these values again. 

ER:
`type` and `angle` values should still be "landscape-primary" and "90", respectively.

AR:
Values reflect the orientation of the physical device.
**Steps to Reproduce**

1. Make sure devtools.responsive.browserUI.enabled
2. Open RDM, and select the iPad from the devices list.
3. Rotate the viewport by pressing the "Rotate Viewport" icon located in the toolbar.
4. Check the `screen.orientation` object  in the DevTools console. The `type` attribute should be "landscape-primary" and the `angle` attribute should be "90".
5. Refresh the page and check these values again. 

**ER:**
`type` and `angle` values should still be "landscape-primary" and "90", respectively.

**AR:**
Values reflect the orientation of the physical device.
**Steps to Reproduce**

1. Make sure devtools.responsive.browserUI.enabled
2. Open RDM, and select the iPad from the devices list.
3. Rotate the viewport by pressing the "Rotate Viewport" icon located in the toolbar.
4. Check the `screen.orientation` object  in the DevTools console. The `type` attribute should be "landscape-primary" and the `angle` attribute should be 90.
5. Refresh the page and check these values again. 

**ER:**
`type` and `angle` values should still be "landscape-primary" and 90, respectively.

**AR:**
Values reflect the orientation of the physical device.

Back to Bug 1595800 Comment 0