Page width test

window.innerWidth:w1
document.body.clientWidth:w2
document.body.offsetWidth:w3
window.outerWidth:w4
screen.width:w5
window.scrollMaxX:w6
screen.availWidth:w7
doc.docElmnt.clientWidth:w8
doc.docElmnt.scrollWidth:w9
style.width:w10
globalThis.innerWidth:w11
window.devicePixelRatio:w12
screen.deviceXDPI:w13
screen.logicalXDPI:w14
boundingClientRect.width:w15
window.visualViewport.scale:w16
window.visualViewport.width:w17
vw.width:w18
vw.style.width:w19
vmin.width:w20
vmin.style.width:w21