Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326

This commit is contained in:
Josh Matthews 2017-10-12 09:25:50 -04:00
parent 462c272380
commit 1f531f66ea
5377 changed files with 174916 additions and 84369 deletions

View file

@ -0,0 +1,5 @@
[iframe_sandbox_allow_top_navigation-1.html]
type: testharness
[Check that sandboxed iframe can perform navigation on the top frame\n when allow-top-navigation is set]
expected: FAIL

View file

@ -0,0 +1,5 @@
[iframe_sandbox_allow_top_navigation-2.html]
type: testharness
[Check that sandboxed iframe cannot perform navigation on the top\n frame when allow-top-navigation is not set]
expected: FAIL

View file

@ -0,0 +1,5 @@
[iframe_sandbox_allow_top_navigation-3.html]
type: testharness
[Check that sandboxed iframe can perform navigation on the top frame\n when allow-top-navigation is set (even when\n allow-top-navigation-by-user-activation is set)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[iframe_sandbox_navigate_descendants.html]
type: testharness
[Check that sandboxed iframe can navigate their descendants]
expected: FAIL

View file

@ -0,0 +1,5 @@
[sandbox_005.htm]
type: testharness
[Block script execution inside iframe with sandbox attribute.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[sandbox_023.htm]
type: testharness
[Allow sandbox iframe to access other content from the same origin if sandbox='allow-same-origin']
expected: FAIL

View file

@ -0,0 +1,5 @@
[sandbox_025.htm]
type: testharness
[Allow parent content to access sandbox child iframe content when sandbox='allow-same-origin']
expected: FAIL

View file

@ -0,0 +1,5 @@
[sandbox_029.htm]
type: testharness
[Block document.cookie inside iframe with the sandbox attribute.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[sandbox_031.htm]
type: testharness
[Block localStorage and sessionStorage inside iframe with the sandbox attribute.]
expected: FAIL