diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/resource-timing/nested-context-navigations-object.html.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/meta/resource-timing/nested-context-navigations-object.html.ini b/testing/web-platform/meta/resource-timing/nested-context-navigations-object.html.ini new file mode 100644 index 0000000000..320252557f --- /dev/null +++ b/testing/web-platform/meta/resource-timing/nested-context-navigations-object.html.ini @@ -0,0 +1,12 @@ +[nested-context-navigations-object.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test that cross-site object navigations are not observable by the parent, even after history navigations by the parent] + expected: + if os == "android": PASS + [PASS, FAIL] + + [Test that cross-site object navigations are not observable by the parent] + expected: + if os == "android": PASS + [PASS, FAIL] |