| OLD | NEW |
| 1 Tests that device emulation with insets affects window.screenWidth, window.scree
nHeight, screen.width and screen.height. | 1 Tests that device emulation with insets affects window.screenWidth, window.scree
nHeight, screen.width and screen.height. |
| 2 | 2 Emulating device: 1200x1000x1 |
| 3 Page reloaded. | 3 Loading page with viewport=none |
| 4 Emulating device: 1200x1000x1 viewport='none' | |
| 5 Device: | 4 Device: |
| 6 window.screenX = 10px | 5 window.screenX = 10px |
| 7 window.screenY = 20px | 6 window.screenY = 20px |
| 8 Viewport: = ?none | 7 Viewport: = ?none |
| 9 @media orientation = landscape | 8 @media orientation = landscape |
| 10 window.orientation | 9 window.orientation |
| 11 @media resolution = 96dpi | 10 @media resolution = 96dpi |
| 12 @media device-pixel-ratio = 1 | 11 @media device-pixel-ratio = 1 |
| 13 window.devicePixelRatio = 1 | 12 window.devicePixelRatio = 1 |
| 14 Widths: | 13 Widths: |
| (...skipping 16 matching lines...) Expand all Loading... |
| 31 window.outerHeight = 1000px | 30 window.outerHeight = 1000px |
| 32 window.innerHeight = 1000px | 31 window.innerHeight = 1000px |
| 33 @media height = 1000px | 32 @media height = 1000px |
| 34 doc.docElem.clientHeight = 1000px | 33 doc.docElem.clientHeight = 1000px |
| 35 doc.docElem.offsetHeight = 1000px | 34 doc.docElem.offsetHeight = 1000px |
| 36 doc.docElem.scrollHeight = 1000px | 35 doc.docElem.scrollHeight = 1000px |
| 37 doc.body.clientHeight = 1000px | 36 doc.body.clientHeight = 1000px |
| 38 doc.body.offsetHeight = 1000px | 37 doc.body.offsetHeight = 1000px |
| 39 doc.body.scrollHeight = 1000px | 38 doc.body.scrollHeight = 1000px |
| 40 | 39 |
| 41 | |
| OLD | NEW |