-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
I-intermittentProblem reproduces intermittently.Problem reproduces intermittently.
Description
{
"status": "TIMEOUT",
"group": "default",
"message": "Test timed out",
"stack": null,
"subtest": "origin of the script that invoked the method, about:blank",
"test": "/webmessaging/with-ports/017.html",
"line": 226232,
"action": "test_result",
"expected": "PASS"
}
{
"status": "TIMEOUT",
"group": "default",
"message": null,
"stack": null,
"subtest": null,
"test": "/webmessaging/with-ports/017.html",
"line": 226233,
"action": "test_result",
"expected": "OK"
}
The tests post a message to an iframe that has a about:blank 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
Metadata
Metadata
Assignees
Labels
I-intermittentProblem reproduces intermittently.Problem reproduces intermittently.