mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
Don't update iframe pipeline until load completes To preserve the previous functionality of delaying load events when a new navigation is triggered, pending pipeline id represents the current pending load. The load event is only fired if the load message's pipeline id matches the pending pipeline id. Track frame size on Frame instead of Pipeline Disabled matchMedia test Track creator pipeline id
13 lines
258 B
INI
13 lines
258 B
INI
[matchMedia.html]
|
|
disabled: true
|
|
type: testharness
|
|
[window.matchMedia exists]
|
|
expected: FAIL
|
|
|
|
[MediaQueryList.matches for "(min-aspect-ratio: 1/1)"]
|
|
expected: FAIL
|
|
|
|
[Resize iframe from 200x100 to 200x50, then to 100x50]
|
|
expected: FAIL
|
|
|