Commit 914761b8 authored by Xianzhu Wang's avatar Xianzhu Wang Committed by Commit Bot

Enable virtual/not-site-per-process tests

These tests inherited the [ Skip ] expectation of the base tests.
crrev.com/c/2231550 missed to add [ Pass ] for them.

Bug: 1103349
Change-Id: I44b9a23c08b87e1c0b569012db7094b559943139
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288639Reviewed-by: default avatarŁukasz Anforowicz <lukasza@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#786522}
parent 8ab0b856
......@@ -1876,6 +1876,18 @@ external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-on-n
external/wpt/html/browsers/the-windowproxy-exotic-object/windowproxy-prototype-setting-same-origin-domain.sub.html [ Skip ]
external/wpt/wasm/serialization/module/window-domain-success.sub.html [ Skip ]
external/wpt/wasm/serialization/module/window-similar-but-cross-origin-success.sub.html [ Skip ]
virtual/not-site-per-process/external/wpt/html/browsers/origin/relaxing-the-same-origin-restriction/* [ Pass ]
virtual/not-site-per-process/external/wpt/FileAPI/url/multi-global-origin-serialization.sub.html [ Pass ]
virtual/not-site-per-process/external/wpt/dom/events/EventListener-incumbent-global-1.sub.html [ Pass ]
virtual/not-site-per-process/external/wpt/dom/events/EventListener-incumbent-global-2.sub.html [ Pass ]
virtual/not-site-per-process/http/tests/dom/EventListener-incumbent-global-1.html [ Pass ]
virtual/not-site-per-process/http/tests/dom/EventListener-incumbent-global-2.html [ Pass ]
virtual/not-site-per-process/external/wpt/html/browsers/history/the-location-interface/allow_prototype_cycle_through_location.sub.html [ Pass ]
virtual/not-site-per-process/external/wpt/html/browsers/history/the-location-interface/location-prototype-setting-same-origin-domain.sub.html [ Pass ]
virtual/not-site-per-process/external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-on-new-window.html [ Pass ]
virtual/not-site-per-process/external/wpt/html/browsers/the-windowproxy-exotic-object/windowproxy-prototype-setting-same-origin-domain.sub.html [ Pass ]
virtual/not-site-per-process/external/wpt/wasm/serialization/module/window-domain-success.sub.html [ Pass ]
virtual/not-site-per-process/external/wpt/wasm/serialization/module/window-similar-but-cross-origin-success.sub.html [ Pass ]
# -------------------- origin-vs-url in console messages -----------------
# Process hosting https://foo.example.com should not get any data from
# https://bar.other-site-example.com. This includes things like cookies
......
......@@ -89,6 +89,8 @@ crbug.com/901056 virtual/synchronous_html_parser/http/tests/preload/meta-viewpor
# TODO(lukasza, alexmos): Burn down this list.
crbug.com/949003 http/tests/printing/cross-site-frame-scrolled.html [ Pass Failure ]
crbug.com/949003 http/tests/printing/cross-site-frame.html [ Pass Failure ]
crbug.com/949003 virtual/not-site-per-process/http/tests/printing/cross-site-frame-scrolled.html [ Pass ]
crbug.com/949003 virtual/not-site-per-process/http/tests/printing/cross-site-frame.html [ Pass ]
# ====== Site Isolation failures until here ======
# ====== Oilpan-only failures from here ======
......
This is a testharness.js-based test.
PASS Access allowed if same-origin with no 'document.domain' modification. (Sanity check)
PASS Access not allowed if different-origin with no 'document.domain' modification. (Sanity check)
PASS Access disallowed if same-origin but only one sets document.domain.
PASS Access allowed if same-origin and both set document.domain to existing value.
PASS Access allowed if different-origin but both set document.domain to parent domain.
PASS Access disallowed again if same-origin, both set document-domain to existing value, then one sets to parent.
FAIL Access is revoked to Window object when we stop being same effective script origin due to document.domain. assert_equals: expected "SecurityError" but got "Reachable 1"
PASS Access is revoked to Location object when we stop being same effective script origin due to document.domain.
PASS Access is not revoked to Document object when we stop being same effective script origin due to document.domain.
PASS Access is not revoked to random object when we stop being same effective script origin due to document.domain.
Harness: the test ran to completion.
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