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

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

Issue 2051373002: Rewrite and organize tests in LayoutTests/shadow-dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean-test2-3
Patch Set: clean up Created 4 years, 6 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
(Empty)
1 Tests for getDestinationInsertionPoints() which involves re-distribution.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS nodeList.length is expectedNodes.length
7 PASS nodeList.item(0) is expectedNodes[0]
8 PASS nodeList.item(1) is expectedNodes[1]
9 PASS nodeList.length is expectedNodes.length
10 PASS nodeList.item(0) is expectedNodes[0]
11 PASS nodeList.length is expectedNodes.length
12 PASS nodeList.item(0) is expectedNodes[0]
13 PASS document.getElementById("child-12").getDestinationInsertionPoints().length is 0
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698