Bug 71438 - Node.cloneNode's deep parameter failing test
Summary: Node.cloneNode's deep parameter failing test
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://w3c-test.org/webapps/DOMCore/t...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-02 20:03 PDT by Vineet Chaudhary (vineetc)
Modified: 2023-08-26 01:11 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vineet Chaudhary (vineetc) 2011-11-02 20:03:40 PDT
Test at http://w3c-test.org/webapps/DOMCore/tests/submissions/Ms2ger/Node-cloneNode.html
Comment 1 Alexey Proskuryakov 2012-02-17 09:35:12 PST
Why is this a bug? See bug 11646 - the behavior is implementation dependent.
Comment 2 Ms2ger (he/him; ⌚ UTC+1/+2) 2012-02-17 09:41:46 PST
I cannot find that quote in the current DOM spec: http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html
Comment 3 Alexey Proskuryakov 2012-02-17 09:55:04 PST
Perhaps the future iteration should be fixed to not be incompatible with current official spec. If you demand throwing an exception where it didn't use to throw - and where authors expect something else - that's just being difficult.
Comment 4 Anne van Kesteren 2023-08-26 01:11:04 PDT
We pass all the cloneNode() tests in https://wpt.fyi/results/dom/nodes. I'm going to assume this got resolved over the intervening years.