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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/staticrange/idlharness-expected.txt

Issue 2791373002: [InputEvent] Make StaticRange immutable and move tests to wpt (Closed)
Patch Set: Fix global-interface-listing Created 3 years, 8 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/staticrange/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/staticrange/idlharness-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/staticrange/idlharness-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cbae4519dc327c906a96297a9eec385b20155561
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/staticrange/idlharness-expected.txt
@@ -0,0 +1,13 @@
+This is a testharness.js-based test.
+PASS StaticRange interface: existence and properties of interface object
+PASS StaticRange interface object length
+PASS StaticRange interface object name
+FAIL StaticRange interface: existence and properties of interface prototype object assert_equals: class string of StaticRange.prototype expected "[object StaticRangePrototype]" but got "[object StaticRange]"
+PASS StaticRange interface: existence and properties of interface prototype object's "constructor" property
+PASS StaticRange interface: attribute startContainer
+PASS StaticRange interface: attribute startOffset
+PASS StaticRange interface: attribute endContainer
+PASS StaticRange interface: attribute endOffset
+PASS StaticRange interface: attribute collapsed
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698