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-addListener-removeListener.html #24569

Closed
jdm opened this issue Oct 28, 2019 · 0 comments · Fixed by #34656
Closed

Intermittent failure in /css/cssom-view/MediaQueryList-addListener-removeListener.html #24569

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

Comments

@jdm
Copy link
Member

jdm commented Oct 28, 2019

{
    "status": "PASS", 
    "group": "default", 
    "message": null, 
    "stack": null, 
    "subtest": "listeners are called correct number of times", 
    "test": "/css/cssom-view/MediaQueryList-addListener-removeListener.html", 
    "line": 69783, 
    "action": "test_result", 
    "expected": "FAIL"
}
@jdm jdm added the I-intermittent Problem reproduces intermittently. label Oct 28, 2019
@jdm jdm changed the title Intermittent failure in css/cssom-view/MediaQueryList-addListener-removeListener.html Intermittent failure in /css/cssom-view/MediaQueryList-addListener-removeListener.html Oct 28, 2019
mrobinson added a commit to mrobinson/servo that referenced this issue Dec 16, 2024
mrobinson added a commit that referenced this issue Dec 16, 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