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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Node-properties-expected.txt

Issue 1988983002: Move the dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS testDiv.nodeType 2 PASS testDiv.nodeType
3 PASS testDiv.ownerDocument 3 PASS testDiv.ownerDocument
4 PASS testDiv.parentNode 4 PASS testDiv.parentNode
5 PASS testDiv.parentElement 5 PASS testDiv.parentElement
6 PASS testDiv.childNodes.length 6 PASS testDiv.childNodes.length
7 PASS testDiv.childNodes[0] 7 PASS testDiv.childNodes[0]
8 PASS testDiv.childNodes[1] 8 PASS testDiv.childNodes[1]
9 PASS testDiv.childNodes[2] 9 PASS testDiv.childNodes[2]
10 PASS testDiv.childNodes[3] 10 PASS testDiv.childNodes[3]
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 PASS paras[4].nodeValue 693 PASS paras[4].nodeValue
694 PASS paras[4].children.length 694 PASS paras[4].children.length
695 PASS paras[4].className 695 PASS paras[4].className
696 PASS paras[4].lastElementChild 696 PASS paras[4].lastElementChild
697 PASS paras[4].firstElementChild 697 PASS paras[4].firstElementChild
698 PASS paras[4].firstChild 698 PASS paras[4].firstChild
699 PASS paras[4].lastChild 699 PASS paras[4].lastChild
700 PASS paras[4].hasChildNodes() 700 PASS paras[4].hasChildNodes()
701 Harness: the test ran to completion. 701 Harness: the test ran to completion.
702 702
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698