Skip to content

Commit

Permalink
Bug 1514296 - FeaturePolicy - WPT fixed, r=ckerschb
Browse files Browse the repository at this point in the history
Depends on D35802

Differential Revision: https://phabricator.services.mozilla.com/D35803

--HG--
extra : moz-landing-system : lando
  • Loading branch information
bakulf committed Jul 3, 2019
1 parent 34e8781 commit d73e20e
Show file tree
Hide file tree
Showing 18 changed files with 13 additions and 1,218 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@
[Verify that when 'layout-animations' is disabled, an 'element.animate' API including a keyframe that uses a blocked property generates violation report (inline scripts).]
expected: NOTRUN

[Verify 'layout-animations' is not in document's feature list.]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@

[Verify that when 'layout-animations' is disabled, a keyframes which includes a blocked property generates violation report.]
expected: TIMEOUT

[Sanity-check: 'layout-animations' is not in document's feature list.]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
[Sanity-check: Contents do not load immediately (no eager-loading) when the loading attribute is 'lazy' and frame is in viewport.]
expected: FAIL

[When 'lazyload' feature is enabled, a frame can avoid lazyloading by setting 'loading' attribute to 'eager']
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
[feature-propagation-to-auxiliary-context]
expected: FAIL

[Verify feature policies are inherited by the auxiliary browsing context if opened from a non-sandboxed same-origin <iframe>.]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[sandbox-policies-in-allow-attribute.html]
expected: ERROR

[sandbox-policies-in-allow-attribute]
expected: FAIL

[Verify that when a sandbox related feature is enabled in 'allow' then the feature will be enabled regardless of sandbox attribute's value.]
expected: FAIL

This file was deleted.

Loading

0 comments on commit d73e20e

Please sign in to comment.