Closed
Bug 403310
Opened 17 years ago
Closed 17 years ago
MathML attribute->style mapping hits security error due to script on the stack
Categories
(Core :: MathML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: rbs)
References
Details
(Keywords: testcase)
Attachments
(1 file)
355 bytes,
application/xhtml+xml
|
Details |
Loading the testcase triggers a security error, making nsCSSStyleSheet::InsertRule bail:
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x805303E8: file /Users/jruderman/trunk/mozilla/layout/style/nsCSSStyleSheet.cpp, line 1520
I'm guessing this prevents the attribute->style mapping from working, but I don't know how to test that.
I hit this warning a lot ;)
Comment 1•17 years ago
|
||
This is basically the same issue as bug 386939. I'll fix them together.
Depends on: 386939
Comment 2•17 years ago
|
||
does not show the warning from comment 0 on mac trunk for me right now, got fixed by bug 386939?
Reporter | ||
Comment 3•17 years ago
|
||
I guess so.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•