Skip to content

Commit

Permalink
[WPT/common/security-features] Update spec.src.json for iframe-blank
Browse files Browse the repository at this point in the history
Follow-up of
https://chromium-review.googlesource.com/c/chromium/src/+/1788876.

The spec validator requires `source_context_schema` to contain
all supported source contexts, so this CL adds entries for
`iframe-blank`, so that generators/validators successfully run.

This CL keeps generated test files unchanged.

Bug: 1001422
Change-Id: Ic49379a57503cd716badeb4655d64e2985e8916e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889477
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710691}
  • Loading branch information
hiroshige-g authored and chromium-wpt-export-bot committed Oct 30, 2019
1 parent 5e2d3b3 commit 82cecba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions mixed-content/spec.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@
"http-rp",
"meta"
],
"iframe-blank": [
"meta"
],
"srcdoc": [
"meta"
],
Expand All @@ -255,6 +258,7 @@
"supported_subresource": {
"top": "*",
"iframe": "*",
"iframe-blank": "*",
"srcdoc": "*",
"worker-classic": [
"xhr",
Expand Down
2 changes: 1 addition & 1 deletion mixed-content/spec_json.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions referrer-policy/spec.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,9 @@
"meta",
"http-rp"
],
"iframe-blank": [
"meta"
],
"srcdoc": [
"meta"
],
Expand All @@ -683,6 +686,7 @@
"supported_subresource": {
"top": "*",
"iframe": "*",
"iframe-blank": "*",
"srcdoc": "*",
"worker-classic": [
"xhr",
Expand Down
Loading

0 comments on commit 82cecba

Please sign in to comment.