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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/common-dom-interfaces/collections/domstringlist-interface.worker-expected.txt

Issue 2767673002: WPTServe: Run .any.js and .worker.js variations (Closed)
Patch Set: TestExpectations hacky fix Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/common-dom-interfaces/collections/domstringlist-interface.worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/common-dom-interfaces/collections/domstringlist-interface.worker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/common-dom-interfaces/collections/domstringlist-interface.worker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2901ad9cb921cc87d1f9e67b1bc7cda3cb210af3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/common-dom-interfaces/collections/domstringlist-interface.worker-expected.txt
@@ -0,0 +1,12 @@
+This is a testharness.js-based test.
+PASS Untitled
+PASS DOMStringList interface: existence and properties of interface object
+PASS DOMStringList interface object length
+PASS DOMStringList interface object name
+FAIL DOMStringList interface: existence and properties of interface prototype object assert_equals: class string of DOMStringList.prototype expected "[object DOMStringListPrototype]" but got "[object DOMStringList]"
+PASS DOMStringList interface: existence and properties of interface prototype object's "constructor" property
+PASS DOMStringList interface: attribute length
+PASS DOMStringList interface: operation item(unsigned long)
+PASS DOMStringList interface: operation contains(DOMString)
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698