Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent failure in /css/cssom-view/MediaQueryList-extends-EventTarget-interop.html #25285

Closed
jdm opened this issue Dec 13, 2019 · 0 comments · Fixed by #34656
Closed

Intermittent failure in /css/cssom-view/MediaQueryList-extends-EventTarget-interop.html #25285

jdm opened this issue Dec 13, 2019 · 0 comments · Fixed by #34656
Labels
I-intermittent Problem reproduces intermittently.

Comments

@jdm
Copy link
Member

jdm commented Dec 13, 2019

  ▶ Unexpected subtest result in /css/cssom-view/MediaQueryList-extends-EventTarget-interop.html:
  │ FAIL [expected PASS] listener added with addListener and addEventListener is called once
  │   → assert_equals: triggerMQLEvent expected 1 but got 0
  │ 
  │ @http://web-platform.test:8000/css/cssom-view/MediaQueryList-extends-EventTarget-interop.html:42:5
  │ async*Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1984:25
  │ promise_test/tests.promise_tests</<@http://web-platform.test:8000/resources/testharness.js:605:36
  └ promise_test/tests.promise_tests<@http://web-platform.test:8000/resources/testharness.js:604:20
@jdm jdm added the I-intermittent Problem reproduces intermittently. label Dec 13, 2019
@github-actions github-actions bot mentioned this issue Mar 22, 2023
5 tasks
This was referenced Dec 7, 2024
mrobinson added a commit that referenced this issue Dec 16, 2024
Post layout, when a `Window` has all of the new `<iframe>` sizes, size
any `Window`s for `Pipeline`s in the same `ScriptThread` synchronously.
This ensures that when laying out from the outermost frame to the
innermost frames, the frames sizes are set properly.

There is still an issue where a non-same-`ScriptThread` `<iframe>` sits
in between two `<iframe>`s of the same origin. According to the
specification these frames should all be synchrnously laid out --
something quite difficult in Servo. This is issue #34655.

Fixes #14719.
Fixes #24569.
Fixes #24571.
Fixes #25269.
Fixes #25275.
Fixes #25285.
Fixes #30571.

Signed-off-by: Martin Robinson <[email protected]>
mrobinson added a commit that referenced this issue Dec 16, 2024
…usly

Post layout, when a `Window` has all of the new `<iframe>` sizes, size
any `Window`s for `Pipeline`s in the same `ScriptThread` synchronously.
This ensures that when laying out from the outermost frame to the
innermost frames, the frames sizes are set properly.

There is still an issue where a non-same-`ScriptThread` `<iframe>` sits
in between two `<iframe>`s of the same origin. According to the
specification these frames should all be synchrnously laid out --
something quite difficult in Servo. This is issue #34655.

Fixes #14719.
Fixes #24569.
Fixes #24571.
Fixes #25269.
Fixes #25275.
Fixes #25285.
Fixes #30571.

Signed-off-by: Martin Robinson <[email protected]>
mrobinson added a commit to mrobinson/servo that referenced this issue Dec 16, 2024
…usly

Post layout, when a `Window` has all of the new `<iframe>` sizes, size
any `Window`s for `Pipeline`s in the same `ScriptThread` synchronously.
This ensures that when laying out from the outermost frame to the
innermost frames, the frames sizes are set properly.

There is still an issue where a non-same-`ScriptThread` `<iframe>` sits
in between two `<iframe>`s of the same origin. According to the
specification these frames should all be synchrnously laid out --
something quite difficult in Servo. This is issue servo#34655.

This is the first change in a series of changes to improve the
consistency of `<iframe>` loading and sizing.

Fixes servo#14719.
Fixes servo#24569.
Fixes servo#24571.
Fixes servo#25269.
Fixes servo#25275.
Fixes servo#25285.
Fixes servo#30571.

Signed-off-by: Martin Robinson <[email protected]>
mrobinson added a commit to mrobinson/servo that referenced this issue Dec 17, 2024
…usly

Post layout, when a `Window` has all of the new `<iframe>` sizes, size
any `Window`s for `Pipeline`s in the same `ScriptThread` synchronously.
This ensures that when laying out from the outermost frame to the
innermost frames, the frames sizes are set properly.

There is still an issue where a non-same-`ScriptThread` `<iframe>` sits
in between two `<iframe>`s of the same origin. According to the
specification these frames should all be synchrnously laid out --
something quite difficult in Servo. This is issue servo#34655.

This is the first change in a series of changes to improve the
consistency of `<iframe>` loading and sizing.

Fixes servo#14719.
Fixes servo#24569.
Fixes servo#24571.
Fixes servo#25269.
Fixes servo#25275.
Fixes servo#25285.
Fixes servo#30571.

Signed-off-by: Martin Robinson <[email protected]>
mrobinson added a commit to mrobinson/servo that referenced this issue Dec 17, 2024
…usly

Post layout, when a `Window` has all of the new `<iframe>` sizes, size
any `Window`s for `Pipeline`s in the same `ScriptThread` synchronously.
This ensures that when laying out from the outermost frame to the
innermost frames, the frames sizes are set properly.

There is still an issue where a non-same-`ScriptThread` `<iframe>` sits
in between two `<iframe>`s of the same origin. According to the
specification these frames should all be synchrnously laid out --
something quite difficult in Servo. This is issue servo#34655.

This is the first change in a series of changes to improve the
consistency of `<iframe>` loading and sizing.

Fixes servo#14719.
Fixes servo#24569.
Fixes servo#24571.
Fixes servo#25269.
Fixes servo#25275.
Fixes servo#25285.
Fixes servo#30571.

Signed-off-by: Martin Robinson <[email protected]>
github-merge-queue bot pushed a commit that referenced this issue Dec 17, 2024
…usly (#34656)

Post layout, when a `Window` has all of the new `<iframe>` sizes, size
any `Window`s for `Pipeline`s in the same `ScriptThread` synchronously.
This ensures that when laying out from the outermost frame to the
innermost frames, the frames sizes are set properly.

There is still an issue where a non-same-`ScriptThread` `<iframe>` sits
in between two `<iframe>`s of the same origin. According to the
specification these frames should all be synchrnously laid out --
something quite difficult in Servo. This is issue #34655.

This is the first change in a series of changes to improve the
consistency of `<iframe>` loading and sizing.

Fixes #14719.
Fixes #24569.
Fixes #24571.
Fixes #25269.
Fixes #25275.
Fixes #25285.
Fixes #30571.

Signed-off-by: Martin Robinson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-intermittent Problem reproduces intermittently.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant