[Webkit-unassigned] [Bug 10313] xsl:import and document() don't work in stylesheets loaded via XMLHttpRequest
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 6 13:01:21 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=10313
--- Comment #68 from Martin Blom <martin at blom.org> 2010-09-06 13:01:20 PST ---
(In reply to comment #67)
Adam,
I have written a few tests which are available here:
http://martin.blom.org/tmp/xslt-permissions/
They test transformations using stylesheets created from four sources:
* Created manually using DOMImplementation.createDocument()
* Parsed from a string using DOMParser.parseFromString()
* Generated from another stylesheet using XSLTProcessor.transformToDocument()
* Loaded via XMLHttpRequest
Each type tests xsl:import in three different way:
* Importing a child stylesheet from the same domain
* Importing a child stylesheet from a different domain
* Importing a child stylesheet from the same domain, which in turn imports
another child stylesheet from a different domain
(The "Access-Control-Allow-Origin" response header is set to "*")
Firefox passes ALL tests. Both MSIE 6 and 8 pass all same-domain tests.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list