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..78bfccfffd8668461410eafed914b40ae2f1b3a4 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/staticrange/idlharness-expected.txt |
@@ -0,0 +1,20 @@ |
+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 |
+PASS StaticRange must be primary interface of new StaticRange() |
+PASS Stringification of new StaticRange() |
+PASS StaticRange interface: new StaticRange() must inherit property "startContainer" with the proper type (0) |
+PASS StaticRange interface: new StaticRange() must inherit property "startOffset" with the proper type (1) |
+PASS StaticRange interface: new StaticRange() must inherit property "endContainer" with the proper type (2) |
+PASS StaticRange interface: new StaticRange() must inherit property "endOffset" with the proper type (3) |
+PASS StaticRange interface: new StaticRange() must inherit property "collapsed" with the proper type (4) |
+Harness: the test ran to completion. |
+ |