← back to v145 · show-true-window-position-on-android
conformance · v145
v145 · show-true-window-position-on-android — conformance probe
6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
window-screen-x-is-number |
window.screenX is a number — the surface that now returns the true position on Android. | typeof | … | |
window-screen-y-is-number |
window.screenY is a number — the second coordinate of the true window position. | typeof | … | |
window-outer-width-is-number |
window.outerWidth is a number — true browser window outer width. | typeof | … | |
window-outer-height-is-number |
window.outerHeight is a number — true browser window outer height. | typeof | … | |
window-screen-left-alias |
window.screenLeft is a legacy alias for screenX — also reports the true position. | typeof | … | |
window-screen-top-alias |
window.screenTop is a legacy alias for screenY. | typeof | … |