Bug 18609 - Hixie's adhoc/dom/core/001.xml fails
Summary: Hixie's adhoc/dom/core/001.xml fails
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://www.hixie.ch/tests/adhoc/dom/c...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-18 18:39 PDT by jasneet
Modified: 2022-07-11 15:46 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-04-18 18:39:46 PDT
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
Comment 1 Julien Chaffraix 2008-12-21 09:00:14 PST
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.
Comment 2 Brent Fulgham 2022-07-11 15:46:58 PDT
This works properly (in 2022).