# HG changeset patch # User Ryo HIKOSAKA # Date 1392758402 -32400 # Wed Feb 19 06:20:02 2014 +0900 # Node ID 7f1e136c7451881b5e3233f47d46b822b257d23b # Parent 07c97d2a1fbea7b47329574208c73db93876ae09 Part20: mochitests - iframe sandbox same origin diff -r 07c97d2a1fbe -r 7f1e136c7451 content/svg/content/test/file_iframe_sandbox_b_if1.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/svg/content/test/file_iframe_sandbox_b_if1.html Wed Feb 19 06:20:02 2014 +0900 @@ -0,0 +1,11 @@ + + + + + Test for Bug 949435 + + + + I am sandboxed without any permissions + + diff -r 07c97d2a1fbe -r 7f1e136c7451 content/svg/content/test/file_iframe_sandbox_b_if2.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/svg/content/test/file_iframe_sandbox_b_if2.html Wed Feb 19 06:20:02 2014 +0900 @@ -0,0 +1,49 @@ + + + + + Test for Bug 949435 + + + + + I am sandboxed but with "allow-same-origin" and "allow-scripts" + + diff -r 07c97d2a1fbe -r 7f1e136c7451 content/svg/content/test/file_iframe_sandbox_b_if3.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/svg/content/test/file_iframe_sandbox_b_if3.html Wed Feb 19 06:20:02 2014 +0900 @@ -0,0 +1,65 @@ + + + + + Test for Bug 949435 + + + + + I am sandboxed but with "allow-scripts" + + diff -r 07c97d2a1fbe -r 7f1e136c7451 content/svg/content/test/test_iframe_sandbox_same_origin.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/svg/content/test/test_iframe_sandbox_same_origin.html Wed Feb 19 06:20:02 2014 +0900 @@ -0,0 +1,110 @@ +\ + + + + + Test for Bug 949435 + + + + + +Mozilla Bug 949435 - Implementation Proposal for SVG iframe element : sandbox same origin tests +

+
+ + + + + +