From aa4c06d30b67a396f62c4888e9d80442e65dd656 Mon Sep 17 00:00:00 2001 From: "rniwa@webkit.org" Date: Sat, 30 Apr 2016 21:58:41 +0000 Subject: [PATCH] Node.prototype.rootNode is not Web compatible https://bugs.webkit.org/show_bug.cgi?id=157233 Reviewed by Chris Dumez. Source/WebCore: Turns out that the name rootNode is not Web compatible. Remove the method for now until we can come up with a better name in https://github.com/whatwg/dom/issues/241. No new tests since we're just removing a method. * dom/Node.idl: LayoutTests: Removed tests for Node.prototype.rootNode. * fast/dom/Node/rootNode-expected.txt: Removed. * fast/dom/Node/rootNode.html: Removed. * fast/shadow-dom/Node-interface-rootNode-expected.txt: Removed. * fast/shadow-dom/Node-interface-rootNode.html: Removed. * js/dom/dom-static-property-for-in-iteration-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@200297 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 15 +++ LayoutTests/fast/dom/Node/rootNode-expected.txt | 7 -- LayoutTests/fast/dom/Node/rootNode.html | 94 ---------------- .../Node-interface-rootNode-expected.txt | 12 -- .../fast/shadow-dom/Node-interface-rootNode.html | 121 --------------------- ...m-static-property-for-in-iteration-expected.txt | 1 - Source/WebCore/ChangeLog | 14 +++ Source/WebCore/dom/Node.idl | 2 - 8 files changed, 29 insertions(+), 237 deletions(-) delete mode 100644 LayoutTests/fast/dom/Node/rootNode-expected.txt delete mode 100644 LayoutTests/fast/dom/Node/rootNode.html delete mode 100644 LayoutTests/fast/shadow-dom/Node-interface-rootNode-expected.txt delete mode 100644 LayoutTests/fast/shadow-dom/Node-interface-rootNode.html diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 51e46b6..ef97fb8 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,18 @@ +2016-04-30 Ryosuke Niwa + + Node.prototype.rootNode is not Web compatible + https://bugs.webkit.org/show_bug.cgi?id=157233 + + Reviewed by Chris Dumez. + + Removed tests for Node.prototype.rootNode. + + * fast/dom/Node/rootNode-expected.txt: Removed. + * fast/dom/Node/rootNode.html: Removed. + * fast/shadow-dom/Node-interface-rootNode-expected.txt: Removed. + * fast/shadow-dom/Node-interface-rootNode.html: Removed. + * js/dom/dom-static-property-for-in-iteration-expected.txt: + 2016-04-30 Nan Wang AX: @aria-label attribute should work on