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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/case-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 createElement abc 2 PASS createElement abc
3 PASS setAttribute abc 3 PASS setAttribute abc
4 PASS getAttribute abc 4 PASS getAttribute abc
5 FAIL getElementsByTagName a:abc assert_array_equals: lengths differ, expected 0 got 3 5 FAIL getElementsByTagName a:abc assert_array_equals: lengths differ, expected 0 got 3
6 PASS getElementsByTagName abc 6 PASS getElementsByTagName abc
7 PASS createElement Abc 7 PASS createElement Abc
8 PASS setAttribute Abc 8 PASS setAttribute Abc
9 PASS getAttribute Abc 9 PASS getAttribute Abc
10 FAIL getElementsByTagName a:Abc assert_array_equals: lengths differ, expected 0 got 3 10 FAIL getElementsByTagName a:Abc assert_array_equals: lengths differ, expected 0 got 3
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 PASS setAttributeNS ABC 279 PASS setAttributeNS ABC
280 PASS getAttributeNS ABC 280 PASS getAttributeNS ABC
281 PASS createElementNS ä 281 PASS createElementNS ä
282 PASS setAttributeNS ä 282 PASS setAttributeNS ä
283 PASS getAttributeNS ä 283 PASS getAttributeNS ä
284 PASS createElementNS Ä 284 PASS createElementNS Ä
285 PASS setAttributeNS Ä 285 PASS setAttributeNS Ä
286 PASS getAttributeNS Ä 286 PASS getAttributeNS Ä
287 Harness: the test ran to completion. 287 Harness: the test ran to completion.
288 288
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698