Commit 27a03725 authored by Lukasz Anforowicz's avatar Lukasz Anforowicz Committed by Commit Bot

Move test expectations for navigation-blocking-xorigin-iframe.js

This CL associates test expectations for navigation-blocking-xorigin-iframe.js
with Site Isolation, and restores test coverage offerred by this test
(via virtual/not-site-per-process test suite).

Bug: 906879
Change-Id: If57837cf0650f02c4ce58665d845462c4422cce5
Reviewed-on: https://chromium-review.googlesource.com/c/1344258Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609780}
parent e45f6724
...@@ -161,6 +161,7 @@ crbug.com/822372 http/tests/printing/cross-site-frame.html [ Crash ] ...@@ -161,6 +161,7 @@ crbug.com/822372 http/tests/printing/cross-site-frame.html [ Crash ]
crbug.com/872952 http/tests/media/autoplay/document-user-activation-feature-policy-iframe-no-gesture.html [ Failure Pass Timeout ] crbug.com/872952 http/tests/media/autoplay/document-user-activation-feature-policy-iframe-no-gesture.html [ Failure Pass Timeout ]
crbug.com/895001 external/wpt/html/user-activation/message-event-activation-api-iframe-cross-origin.sub.tentative.html [ Timeout Pass ] crbug.com/895001 external/wpt/html/user-activation/message-event-activation-api-iframe-cross-origin.sub.tentative.html [ Timeout Pass ]
crbug.com/901502 http/tests/devtools/oopif/oopif-storage.js [ Pass Failure ] crbug.com/901502 http/tests/devtools/oopif/oopif-storage.js [ Pass Failure ]
crbug.com/906879 http/tests/inspector-protocol/network/navigation-blocking-xorigin-iframe.js [ Pass Failure ]
# ====== Site Isolation failures until here ====== # ====== Site Isolation failures until here ======
# ====== Oilpan-only failures from here ====== # ====== Oilpan-only failures from here ======
...@@ -5358,4 +5359,3 @@ crbug.com/906591 virtual/threaded/printing/single-line-must-not-be-split-into-tw ...@@ -5358,4 +5359,3 @@ crbug.com/906591 virtual/threaded/printing/single-line-must-not-be-split-into-tw
crbug.com/906952 editing/pasteboard/file-drag-to-editable.html [ Pass Crash ] crbug.com/906952 editing/pasteboard/file-drag-to-editable.html [ Pass Crash ]
crbug.com/906952 fast/events/before-unload-return-value-from-listener.html [ Pass Crash ] crbug.com/906952 fast/events/before-unload-return-value-from-listener.html [ Pass Crash ]
crbug.com/906879 http/tests/inspector-protocol/network/navigation-blocking-xorigin-iframe.js [ Pass Failure ]
...@@ -922,6 +922,11 @@ ...@@ -922,6 +922,11 @@
"base": "http/tests/inspector-protocol/access-inspected-object.js", "base": "http/tests/inspector-protocol/access-inspected-object.js",
"args": ["--disable-site-isolation-trials"] "args": ["--disable-site-isolation-trials"]
}, },
{
"prefix": "not-site-per-process",
"base": "http/tests/inspector-protocol/network/navigation-blocking-xorigin-iframe.js",
"args": ["--disable-site-isolation-trials"]
},
{ {
"prefix": "not-site-per-process", "prefix": "not-site-per-process",
"base": "http/tests/inspector-protocol/request-mixed-content-status-blockable.js", "base": "http/tests/inspector-protocol/request-mixed-content-status-blockable.js",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment