mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
PutForward=href on window and document location
This commit is contained in:
parent
a5a120f30a
commit
a1d1b18710
4 changed files with 2 additions and 21 deletions
|
@ -83,7 +83,7 @@ dictionary ElementCreationOptions {
|
||||||
// [OverrideBuiltins]
|
// [OverrideBuiltins]
|
||||||
partial /*sealed*/ interface Document {
|
partial /*sealed*/ interface Document {
|
||||||
// resource metadata management
|
// resource metadata management
|
||||||
[/*PutForwards=href, */Unforgeable]
|
[PutForwards=href, Unforgeable]
|
||||||
readonly attribute Location? location;
|
readonly attribute Location? location;
|
||||||
[SetterThrows] attribute DOMString domain;
|
[SetterThrows] attribute DOMString domain;
|
||||||
readonly attribute DOMString referrer;
|
readonly attribute DOMString referrer;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
attribute DOMString name;
|
attribute DOMString name;
|
||||||
|
|
||||||
[/*PutForwards=href, */Unforgeable] readonly attribute Location location;
|
[PutForwards=href, Unforgeable] readonly attribute Location location;
|
||||||
readonly attribute History history;
|
readonly attribute History history;
|
||||||
[Pref="dom.customelements.enabled"]
|
[Pref="dom.customelements.enabled"]
|
||||||
readonly attribute CustomElementRegistry customElements;
|
readonly attribute CustomElementRegistry customElements;
|
||||||
|
|
|
@ -17,19 +17,3 @@
|
||||||
|
|
||||||
[Set data URL frame location.protocol to http+x]
|
[Set data URL frame location.protocol to http+x]
|
||||||
expected: FAIL
|
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 ftp]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Set HTTP URL frame location.protocol to gopher]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Set HTTP URL frame location.protocol to http+x]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -32,9 +32,6 @@
|
||||||
[Window attribute: onmousewheel]
|
[Window attribute: onmousewheel]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Window unforgeable attribute: location]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Window replaceable attribute: locationbar]
|
[Window replaceable attribute: locationbar]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue