diff options
Diffstat (limited to 'dom/base/test/file_bug428847-1.xhtml')
-rw-r--r-- | dom/base/test/file_bug428847-1.xhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/base/test/file_bug428847-1.xhtml b/dom/base/test/file_bug428847-1.xhtml new file mode 100644 index 000000000..b88701ece --- /dev/null +++ b/dom/base/test/file_bug428847-1.xhtml @@ -0,0 +1,4 @@ +<?xml-stylesheet type="text/xsl" href="http://example.com/whatever.xsl"?> +<html xmlns="http://www.w3.org/1999/xhtml"> +<body id='body' onload="if (document.getElementById('body')) parent.iframe1Loaded = true;"/> +</html> |