Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution-expected.txt

Issue 1408203003: Disable insertion points in v1 shadow trees. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1-youngest-shadow-root-ref
Patch Set: remove expectations Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests for getDestinationInsertionPoints() which involves re-distribution. 1 Tests for getDestinationInsertionPoints() which involves re-distribution.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS nodeList.length is expectedNodes.length 6 PASS nodeList.length is expectedNodes.length
7 PASS nodeList.item(0) is expectedNodes[0] 7 PASS nodeList.item(0) is expectedNodes[0]
8 PASS nodeList.item(1) is expectedNodes[1] 8 PASS nodeList.item(1) is expectedNodes[1]
9 adding explicit open mode should not change the behavior.
10 PASS nodeList.length is expectedNodes.length 9 PASS nodeList.length is expectedNodes.length
11 PASS nodeList.item(0) is expectedNodes[0] 10 PASS nodeList.item(0) is expectedNodes[0]
12 PASS nodeList.item(1) is expectedNodes[1]
13 Only unclosed insertion points should be returned for getDestinationInsertionPoi nts().
14 PASS nodeList.length is expectedNodes.length 11 PASS nodeList.length is expectedNodes.length
15 PASS nodeList.item(0) is expectedNodes[0] 12 PASS nodeList.item(0) is expectedNodes[0]
16 PASS document.getElementById("child-12").getDestinationInsertionPoints().length is 0 13 PASS document.getElementById("child-12").getDestinationInsertionPoints().length is 0
17 PASS successfullyParsed is true 14 PASS successfullyParsed is true
18 15
19 TEST COMPLETE 16 TEST COMPLETE
20 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698