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

Expect dom syntax error in window postmessage sameorigin test #25816

Merged
merged 1 commit into from Feb 21, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -14500,7 +14500,7 @@
]
],
"window-postmessage-sameorigin.html": [
"6a1d00fd1c37fcf1492ecb48a02fe358ac2cbacf",
"cb3bc26e8821b73bcee0455c765362ab731bf3fa",
[
null,
{}

This file was deleted.

@@ -56,7 +56,7 @@
function() { return expect_message('basic', '/', 'same origin, cloneable string message') },
function() { return expect_message('basic', HTTP_ORIGIN, 'explicit same origin, cloneable string message') },
function() { return expect_no_message('basic', HTTPS_ORIGIN, 'explicit cross origin, cloneable string message') },
function() { return expect_error_js(SyntaxError, 'basic', 'not-a-url', 'explicit invalid url, cloneable string message') },
function() { return expect_error_dom('SyntaxError', 'basic', 'not-a-url', 'explicit invalid url, cloneable string message') },
function() { return expect_error_dom('DATA_CLONE_ERR', window, '*', 'any origin, non-cloneable message') },
];

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.