blob: a32fc303de1659cc18316414d99441a9dd133a45 [file] [log] [blame]
Viewport: Scroll in iframe - no page scale
Test Description: This test checks that window.visualViewport returns correct offset and scroll values without any pinch-zoom page scale applied.
frames[0].window.visualViewport's offsetLeft and offsetTop is (0, 0).
frames[0].window.visualViewport's pageLeft and pageTop is (1000, 1200).
PASS offsetLeft must be 0.
PASS offsetTop must be 0.
PASS pageLeft must reflect location of viewport in document.
PASS pageTop must reflect location of viewport in document.