Bug 18609
Summary: | Hixie's adhoc/dom/core/001.xml fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | jasneet <jasneet> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, jasneet, jchaffraix |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.hixie.ch/tests/adhoc/dom/core/001.xml |
jasneet
I Steps:
Go to
http://www.hixie.ch/tests/adhoc/dom/core/001.xml
II Issue:
Test result shows text instead of "Passed"
III Conclusion:
issue with DOM core: getAttributeNodeNS()
IV Other browsers:
IE7: not ok, shows xml code on opening the test link
FF3: ok
Opera9.24: ok
V Nightly tested: 32005
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Julien Chaffraix
I have given this bug a try and here are my conclusions:
- we get and create the right attributes
- but it seems that we fail to update the CSS properties of the node after having added the attribute with setAttributeNS().
I have also found that if I save the file and use it on a local server, the test passes. I am not sure what the issue exactly is but it seems related to CSS and not to the DOM. Updated the bug's attributes to reflect my testing.
Brent Fulgham
This works properly (in 2022).