From 1d343fefaa7956703805812e981cd09f05d87992 Mon Sep 17 00:00:00 2001 From: Henry Chang Date: Thu, 17 Aug 2017 09:47:14 +0800 Subject: [PATCH] Bug 1365157 - wpt test cases to ensure 'data:' iframe is forbidden to access its contentDocument. r=ckerschb MozReview-Commit-ID: 8jnewE1eEcc --HG-- extra : rebase_source : 4c580e32c7e19a241e0f31094fd7c12aff275a72 --- testing/web-platform/meta/MANIFEST.json | 2 +- .../origin/origin-of-data-document.html | 25 +++++++++++++------ 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index ff47478db8c9..ba25611e250c 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -581437,7 +581437,7 @@ "support" ], "html/browsers/origin/origin-of-data-document.html": [ - "360415417ed0dadfaf947954fbd0cf801dbd5bdc", + "9fec457691ac4b071e9bc8de1ebf6f13dbadd4e5", "testharness" ], "html/browsers/origin/relaxing-the-same-origin-restriction/.gitkeep": [ diff --git a/testing/web-platform/tests/html/browsers/origin/origin-of-data-document.html b/testing/web-platform/tests/html/browsers/origin/origin-of-data-document.html index cedb2513fbd9..345a3a6b73bb 100644 --- a/testing/web-platform/tests/html/browsers/origin/origin-of-data-document.html +++ b/testing/web-platform/tests/html/browsers/origin/origin-of-data-document.html @@ -10,17 +10,28 @@