Bug 153537

Summary: Add Node.treeRoot
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, cdumez, commit-queue, esprehn+autocc, kangil.han, koivisto, kondapallykalyan, mjs, rniwa, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar, WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 148695    
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from ews101 for mac-yosemite
none
Archive of layout-test-results from ews104 for mac-yosemite-wk2
none
Archive of layout-test-results from ews113 for mac-yosemite
none
rebaselined the test koivisto: review+

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>