blob: 7beb25aca2c2fe893e6ef7c2c57705e7d7980361 [file] [log] [blame]
Tests that device emulation affects media rules, viewport meta tag, body dimensions and window.screen.
Emulating device: 0x0x0
Loading page with viewport=w=320
Device:
window.screenX = 0px
window.screenY = 0px
Viewport: = ?w=320
@media orientation = landscape
window.orientation
Widths:
doc.docElem.clientWidth = 320px
doc.docElem.offsetWidth = 320px
doc.docElem.scrollWidth = 320px
doc.body.offsetWidth = 320px
doc.body.scrollWidth = 320px
Heights:
doc.docElem.clientHeight = 1000px
doc.docElem.offsetHeight = 1000px
doc.docElem.scrollHeight = 1000px
doc.body.offsetHeight = 1000px
doc.body.scrollHeight = 1000px