| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-expected.txt
|
| index 412737b0fcca2853dde5239162bcc2fa32764c94..9aa3c0bdb165d456741c6c3196a364a2bc4c1568 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-expected.txt
|
| @@ -5,9 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| PASS nodeList.length is expectedNodes.length
|
| PASS nodeList.item(0) is expectedNodes[0]
|
| -PASS nodeList.length is expectedNodes.length
|
| -PASS nodeList.item(0) is expectedNodes[0]
|
| -Only unclosed insertion points should be returned for getDestinationInsertionPoints().
|
| +Insertion points should be inactive in v1 shadow trees.
|
| +PASS document.getElementById("child-2").getDestinationInsertionPoints().length is 0
|
| PASS document.getElementById("child-3").getDestinationInsertionPoints().length is 0
|
| PASS successfullyParsed is true
|
|
|
|
|