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

Script iframe intial load replaces about blank #18587

Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Updated test expectations

  • Loading branch information
asajeffrey committed Sep 21, 2017
commit c6e24606510983795b43bcaa0ffb6ba2df0584e5
@@ -1,6 +1,6 @@
[location-protocol-setter-non-broken.html]
type: testharness
expected: CRASH
expected: OK
[Set data URL frame location.protocol to x]
expected: FAIL

@@ -19,3 +19,18 @@
[Set data URL frame location.protocol to http+x]
expected: FAIL

[Set HTTP URL frame location.protocol to ftp]
expected: FAIL

[Set HTTP URL frame location.protocol to gopher]
expected: FAIL

[Set HTTP URL frame location.protocol to x]
expected: FAIL

[Set HTTP URL frame location.protocol to data]
expected: FAIL

[Set HTTP URL frame location.protocol to http+x]
expected: FAIL

This file was deleted.

@@ -1,6 +1,6 @@
[iframe_sandbox_allow_script.html]
type: testharness
expected: ERROR
expected: TIMEOUT
bug: https://github.com/servo/servo/issues/14368
[iframe_sandbox_allow_scripts]
expected: NOTRUN

This file was deleted.

This file was deleted.

This file was deleted.

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