X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=blobdiff_plain;f=LayoutTests%2FChangeLog;h=fa7c2a486db410361f723332a55b61342cd62ce8;hp=68e6e89c89b03dd7850ec1d10feb9f6738de53c3;hb=3f93cd5ef78672f2e83dc854988e9da2b557f1a8;hpb=df5136212df3da3b69bcc41c8477812237686a42 diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 68e6e89c89b0..fa7c2a486db4 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,16 @@ +2016-01-26 Ryosuke Niwa + + Add Node.treeRoot + https://bugs.webkit.org/show_bug.cgi?id=153537 + + Reviewed by Antti Koivisto. + + Added a testharness.js test for Node.treeRoot. Also rebaselined a test. + + * js/dom/dom-static-property-for-in-iteration-expected.txt: Rebaselined. + * fast/shadow-dom/Node-interface-treeRoot-expected.txt: Added. + * fast/shadow-dom/Node-interface-treeRoot.html: Added. + 2016-01-26 Ryosuke Niwa Rename HTMLSlotElement.getDistributedNodes to getAssignedNodes