[Webkit-unassigned] [Bug 38771] IE9 test failure: "HIERARCHY_REQUEST_ERR raised if @import rule inserted after a regular rule"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 23:01:37 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38771


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|We fail CSS                 |IE9 test failure:
                   |HIERARCHY_REQUEST_ERR       |"HIERARCHY_REQUEST_ERR
                   |raised if @import rule      |raised if @import rule
                   |inserted after a regular    |inserted after a regular
                   |rule test                   |rule"
                URL|http://samples.msdn.microso |http://samples.msdn.microso
                   |ft.com/ietestcenter/domstyl |ft.com/ietestcenter/domstyl
                   |e/showdomstyletest.htm?inse |e/insertHierarchyError.htm
                   |rtHierarchyError            |
                 CC|                            |ap at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2010-05-07 23:01:37 PST ---
I had some trouble parsing the original summary - hopefully the reworded one is
better. I wanted to reword even more, but then the relationship to IE test
suite would be lost. Maybe we should have a meta bug for these to avoid filing
duplicates with different titles.

<style type="text/css">
  body { color: blue; }
  div { color: red; }
</style>
<script>
  // Should raise an exception
  document.styleSheets[0].insertRule("@import url(testStyle1.css);", 1);
</script>

-- 
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