forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1527584 [wpt PR 15352] - Update wpt metadata, a=testonly
wpt-pr: 15352 wpt-type: metadata
- Loading branch information
1 parent
3adef14
commit 7735dd9
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...g-and-navigating-browsing-contexts-by-name/open-features-tokenization-noreferrer.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[open-features-tokenization-noreferrer.html] | ||
[Tokenizing "noreferrer" should ignore window feature separators except "," after initial "=" and before value] | ||
expected: FAIL | ||
|
||
[Tokenizing "noreferrer" should read characters until first window feature separator as `value`] | ||
expected: FAIL | ||
|
||
[After "noreferrer", tokenization should skip window features separators that are not "=" or ","] | ||
expected: FAIL | ||
|
||
[Integer values other than 0 should activate the feature] | ||
expected: FAIL | ||
|
||
[Tokenization of "noreferrer" should skip window features separators before feature] | ||
expected: FAIL | ||
|
||
[Feature "noreferrer" should be converted to ASCII lowercase] | ||
expected: FAIL | ||
|
4 changes: 4 additions & 0 deletions
4
testing/web-platform/meta/html/browsers/the-window-object/window-open-noreferrer.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[window-open-noreferrer.html] | ||
[window.open() with "noreferrer" tests] | ||
expected: FAIL | ||
|