diff options
Diffstat (limited to 'tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/top-level-data-url.window.js.ini')
-rw-r--r-- | tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/top-level-data-url.window.js.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/top-level-data-url.window.js.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/top-level-data-url.window.js.ini new file mode 100644 index 00000000000..3ad61148a85 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/top-level-data-url.window.js.ini @@ -0,0 +1,12 @@ +[top-level-data-url.window.html] + [Navigating a popup using window.open("data:text/html,...", "", "undefined")] + expected: FAIL + + [Navigating a popup using window.open("data:text/html,...", "", "opener")] + expected: FAIL + + [Navigating a popup using window.open("resources/redirect.py?location=data%3Atext%2Fhtml%2C...", "", "undefined")] + expected: FAIL + + [Navigating a popup using window.open("resources/redirect.py?location=data%3Atext%2Fhtml%2C...", "", "opener")] + expected: FAIL |