gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-140-g4c0b6cf
Date: Sun, 27 Feb 2011 18:17:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  4c0b6cffe37d32b002b1e454fc89d9c19df0f76c (commit)
      from  3edb22ee589bfbad71fff2184973fa34d918f98c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=4c0b6cffe37d32b002b1e454fc89d9c19df0f76c


commit 4c0b6cffe37d32b002b1e454fc89d9c19df0f76c
Author: Sandro Santilli <address@hidden>
Date:   Sun Feb 27 19:16:29 2011 +0100

    Add a test trying to reproduce bug #26906

diff --git a/plugin/test/baseuri/test.html b/plugin/test/baseuri/test.html
index 7612d59..5a765d0 100644
--- a/plugin/test/baseuri/test.html
+++ b/plugin/test/baseuri/test.html
@@ -52,4 +52,6 @@ src="sub/test.swf" no base (expect XML:root)
 <a href="test_base.html">based</a>
 |
 <a href="sub/test.html">sub</a>
+|
+<a href="test_js.html">js</a>
 
diff --git a/plugin/test/baseuri/test_js.html b/plugin/test/baseuri/test_js.html
new file mode 100644
index 0000000..8d2ed5c
--- /dev/null
+++ b/plugin/test/baseuri/test_js.html
@@ -0,0 +1,15 @@
+<script>
+
+function writePage()
+{
+       s = "";
+       s += '<embed type="application/x-shockwave-flash"';
+       s += ' border="1"';
+       s += ' src="test.swf"';
+       s += ' height="100" width="400">';
+       s += ' page wrote by javascript (expect: XML:root)';
+       return s;
+}
+
+window.location.href = 'javascript:writePage()';
+</script>

-----------------------------------------------------------------------

Summary of changes:
 plugin/test/baseuri/test.html    |    2 ++
 plugin/test/baseuri/test_js.html |   15 +++++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 plugin/test/baseuri/test_js.html


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]