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 TIMEOUT in /webmessaging/with-ports/018.html, /webmessaging/without-ports/018.html #24485

Open
gterzian opened this issue Oct 18, 2019 · 0 comments
Labels
I-intermittent Problem reproduces intermittently.

Comments

@gterzian
Copy link
Member

{
    "status": "TIMEOUT", 
    "group": "default", 
    "message": "Test timed out", 
    "stack": null, 
    "subtest": "origin of the script that invoked the method, javascript:", 
    "test": "/webmessaging/with-ports/018.html", 
    "line": 182860, 
    "action": "test_result", 
    "expected": "PASS"
}
{
    "status": "TIMEOUT", 
    "group": "default", 
    "message": null, 
    "stack": null, 
    "subtest": null, 
    "test": "/webmessaging/with-ports/018.html", 
    "line": 182861, 
    "action": "test_result", 
    "expected": "OK"
}

The tests post a message to an iframe that has a JS url, and apparently the message is never received. I suspect the problem is somewhere in the navigation of the frame, as opposed to the messaging.

It could also be that the origin check fails, because those iframe do not share the origin of their creator as they should? I think this was noted either at #22888 or #22879

@gterzian gterzian added the I-intermittent Problem reproduces intermittently. label Oct 18, 2019
@gterzian gterzian mentioned this issue Oct 18, 2019
5 tasks
@jdm jdm changed the title Intermittent TIMEOUT in /webmessaging/with-ports/018.html Intermittent TIMEOUT in /webmessaging/with-ports/018.html, /webmessaging/without-ports/018.html Oct 18, 2019
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

No branches or pull requests

1 participant