Click here to download the Blitz Browser!

WPT

wpt / css / mediaqueries / media-query-matches-in-iframe.html

Spec: Media Queries ↗

Runs: Chrome 155.0.8039.0 (wpt@2b4dfe72c, 2026-09-03) | Firefox 157.0a1 (wpt@2b4dfe72c, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-56c61 (wpt@ed1909ed6, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)

View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi

ChromeFirefoxSafariLadybirdServoBlitz
Total22/2222/2222/2222/220/220/22
SubtestChromeFirefoxSafariLadybirdServoBlitz
matchMedia('(max-width: 150px)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(width: 100px)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(orientation: portrait)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(aspect-ratio: 1/1)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(max-aspect-ratio: 4/3)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(height: 100px)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(max-height: 150px)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(min-aspect-ratio: 3/4)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(min-height: 150px)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(aspect-ratio: 1/2)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(min-width: 150px)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(min-aspect-ratio: 4/3)').matches should update immediatelyPASSPASSPASSPASSFAIL
matchMedia('(max-width: 150px)') should not receive a change event until update the rendering step of HTML5 event loopPASSPASSPASSPASSFAIL
matchMedia('(width: 100px)') should not receive a change event until update the rendering step of HTML5 event loopPASSPASSPASSPASSFAIL
matchMedia('(orientation: portrait)') should not receive a change event until update the rendering step of HTML5 event loopPASSPASSPASSPASSFAIL
matchMedia('(aspect-ratio: 1/1)') should not receive a change event until update the rendering step of HTML5 event loopPASSPASSPASSPASSFAIL
matchMedia('(max-aspect-ratio: 4/3)') should not receive a change event until update the rendering step of HTML5 event loopPASSPASSPASSPASSFAIL
matchMedia('(max-width: 150px)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is calledPASSPASSPASSPASSFAIL
matchMedia('(width: 100px)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is calledPASSPASSPASSPASSFAIL
matchMedia('(orientation: portrait)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is calledPASSPASSPASSPASSFAIL
matchMedia('(aspect-ratio: 1/1)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is calledPASSPASSPASSPASSFAIL
matchMedia('(max-aspect-ratio: 4/3)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is calledPASSPASSPASSPASSFAIL