[Pkg-mozext-commits] [requestpolicy] 53/100: update some html test pages

David Prévot taffit at moszumanska.debian.org
Fri Dec 12 22:56:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit a9ecfa2f4adac6390753fc44bb95ba5a0ce2ceb1
Author: myrdd <myrdd at users.noreply.github.com>
Date:   Sat Oct 4 04:51:42 2014 +0200

    update some html test pages
---
 tests/html/frameset_1.html | 2 +-
 tests/html/iframe_1.html   | 2 +-
 tests/html/iframe_2.html   | 7 +++++--
 tests/html/img_1.html      | 4 ++--
 4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/tests/html/frameset_1.html b/tests/html/frameset_1.html
index ab4195f..5167016 100644
--- a/tests/html/frameset_1.html
+++ b/tests/html/frameset_1.html
@@ -1,5 +1,5 @@
 <html>
 <frameset cols = "*">
-  <frame src ="test1a.html" />
+  <frame src="destination.html" />
 </frameset>
 </html>
\ No newline at end of file
diff --git a/tests/html/iframe_1.html b/tests/html/iframe_1.html
index 4b8624e..83b9106 100644
--- a/tests/html/iframe_1.html
+++ b/tests/html/iframe_1.html
@@ -3,7 +3,7 @@
 </head>
 <body>
 
-<iframe src="http://www.otherdomain.test/cross-domain-iframe-src"></iframe>
+<iframe src="http://www.otherdomain.test/destination.html"></iframe>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/tests/html/iframe_2.html b/tests/html/iframe_2.html
index 80333e7..98dbb57 100644
--- a/tests/html/iframe_2.html
+++ b/tests/html/iframe_2.html
@@ -16,15 +16,18 @@
 <p>Javascript creates two iframes, one with a same-site url and one
 with a cross-site url.</p>
 
+
+<p><b>same-site request from javascript generated iframe</b></p>
 <script>
-  makeFrame("same-site-request-from-javascript-generated-iframe.html");
+  makeFrame("destination.html");
 </script>
 
 <br />
 <br />
 
+<p><b>cross site request from javascript generated iframe:</b></p>
 <script>
-  makeFrame("http://www.otherdomain.test/cross-site-request-from-javascript-generated-iframe.html");
+  makeFrame("http://www.otherdomain.test/destination.html");
 </script>
 
 </body>
diff --git a/tests/html/img_1.html b/tests/html/img_1.html
index cce0bba..20f08dd 100644
--- a/tests/html/img_1.html
+++ b/tests/html/img_1.html
@@ -7,9 +7,9 @@
 
 <p><img src="same-site-image.png"/>
 
-<p><a href="http://www.otherdomain.test/cross-site-link">cross-site link</a>
+<p><a href="http://www.otherdomain.test/destination.html">cross-site link</a>
 
-<p><a href="same-site-link">same-site link</a>
+<p><a href="destination.html">same-site link</a>
 
 </body>
 </html>
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list