Bug 139177 - createHTMLDocument in DOMImplementation should be as per the DOM4 specification
Summary: createHTMLDocument in DOMImplementation should be as per the DOM4 specification
Status: RESOLVED DUPLICATE of bug 153374
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shivakumar J M
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-02 01:58 PST by Shivakumar J M
Modified: 2016-09-27 09:07 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.33 KB, patch)
2014-12-02 03:51 PST, Shivakumar J M
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from webkit-ews-09 for mac-mountainlion-wk2 (524.70 KB, application/zip)
2014-12-02 05:03 PST, Build Bot
no flags Details
Archive of layout-test-results from webkit-ews-05 for mac-mountainlion (527.43 KB, application/zip)
2014-12-02 05:26 PST, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shivakumar J M 2014-12-02 01:58:52 PST
createHTMLDocument in DOMImplementation should be as per the DOM4 specification : http://w3c.github.io/dom/#dom-domimplementation-createhtmldocument
Comment 1 Shivakumar J M 2014-12-02 03:51:37 PST
Created attachment 242397 [details]
Patch

make createHTMLDocument in DOMImplementation should be as per the DOM4 specification.
Comment 2 Build Bot 2014-12-02 05:03:35 PST
Comment on attachment 242397 [details]
Patch

Attachment 242397 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/4703486423859200

New failing tests:
imported/w3c/html-templates/serializing-html-templates/outerhtml.html
fast/dom/HTMLDocument/clone-node-quirks-mode.html
fast/dom/DOMImplementation/createHTMLDocument-optional-title.html
Comment 3 Build Bot 2014-12-02 05:03:38 PST
Created attachment 242402 [details]
Archive of layout-test-results from webkit-ews-09 for mac-mountainlion-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-09  Port: mac-mountainlion-wk2  Platform: Mac OS X 10.8.5
Comment 4 Build Bot 2014-12-02 05:26:11 PST
Comment on attachment 242397 [details]
Patch

Attachment 242397 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/6645837601964032

New failing tests:
imported/w3c/html-templates/serializing-html-templates/outerhtml.html
fast/dom/HTMLDocument/clone-node-quirks-mode.html
fast/dom/DOMImplementation/createHTMLDocument-optional-title.html
Comment 5 Build Bot 2014-12-02 05:26:14 PST
Created attachment 242404 [details]
Archive of layout-test-results from webkit-ews-05 for mac-mountainlion

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: webkit-ews-05  Port: mac-mountainlion  Platform: Mac OS X 10.8.5
Comment 6 Sam Weinig 2014-12-02 14:52:20 PST
Comment on attachment 242397 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=242397&action=review

> Source/WebCore/ChangeLog:10
> +        No new tests, no behavior change.

If this doesn't change behavior, why are you making this change? What is the upshot of it?
Comment 7 Michael Catanzaro 2016-09-17 07:02:24 PDT
Comment on attachment 242397 [details]
Patch

Hi,

Apologies that your patch was not reviewed in a timely manner. Since it's now quite old, I am removing it from the review request queue. Please consider rebasing it on trunk and resubmitting.

To increase the chances of getting a review, consider using 'Tools/Scripts/webkit-patch upload --suggest-reviewers' to CC reviewers who might be interested in this bug.
Comment 8 Simon Pieters (:zcorpan) 2016-09-27 05:59:59 PDT
STP passes http://web-platform.test:8000/dom/nodes/DOMImplementation-createHTMLDocument.html for me so maybe this has already been fixed?
Comment 9 Chris Dumez 2016-09-27 09:07:37 PDT

*** This bug has been marked as a duplicate of bug 153374 ***