Bug 153537 - Add Node.treeRoot
Summary: Add Node.treeRoot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar, WebExposed
Depends on:
Blocks: 148695
  Show dependency treegraph
 
Reported: 2016-01-26 23:37 PST by Ryosuke Niwa
Modified: 2016-01-27 12:09 PST (History)
11 users (show)

See Also:


Attachments
Patch (12.53 KB, patch)
2016-01-26 23:41 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews101 for mac-yosemite (743.09 KB, application/zip)
2016-01-27 00:34 PST, Build Bot
no flags Details
Archive of layout-test-results from ews104 for mac-yosemite-wk2 (942.49 KB, application/zip)
2016-01-27 00:39 PST, Build Bot
no flags Details
Archive of layout-test-results from ews113 for mac-yosemite (785.75 KB, application/zip)
2016-01-27 00:41 PST, Build Bot
no flags Details
rebaselined the test (13.28 KB, patch)
2016-01-27 11:19 PST, Ryosuke Niwa
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2016-01-26 23:37:20 PST
Add Node.treeRoot, which returns the root node as described in http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-node-interface
Comment 1 Ryosuke Niwa 2016-01-26 23:41:38 PST
Created attachment 269987 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2016-01-26 23:48:30 PST
<rdar://problem/24363844>
Comment 3 Build Bot 2016-01-27 00:34:30 PST
Comment on attachment 269987 [details]
Patch

Attachment 269987 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/744629

New failing tests:
js/dom/dom-static-property-for-in-iteration.html
Comment 4 Build Bot 2016-01-27 00:34:33 PST
Created attachment 269989 [details]
Archive of layout-test-results from ews101 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews101  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 5 Build Bot 2016-01-27 00:39:20 PST
Comment on attachment 269987 [details]
Patch

Attachment 269987 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/744631

New failing tests:
js/dom/dom-static-property-for-in-iteration.html
Comment 6 Build Bot 2016-01-27 00:39:23 PST
Created attachment 269990 [details]
Archive of layout-test-results from ews104 for mac-yosemite-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104  Port: mac-yosemite-wk2  Platform: Mac OS X 10.10.5
Comment 7 Build Bot 2016-01-27 00:41:01 PST
Comment on attachment 269987 [details]
Patch

Attachment 269987 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/744627

New failing tests:
js/dom/dom-static-property-for-in-iteration.html
Comment 8 Build Bot 2016-01-27 00:41:04 PST
Created attachment 269991 [details]
Archive of layout-test-results from ews113 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews113  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 9 Ryosuke Niwa 2016-01-27 11:19:11 PST
Created attachment 270012 [details]
rebaselined the test
Comment 10 Ryosuke Niwa 2016-01-27 12:09:56 PST
Committed r195682: <http://trac.webkit.org/changeset/195682>