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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/webvtt/interfaces-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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/webvtt/interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/webvtt/interfaces-expected.txt
deleted file mode 100644
index dc67b94fee7155e1ddebc4750e1233483b133e23..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/interfaces-expected.txt
+++ /dev/null
@@ -1,53 +0,0 @@
-This is a testharness.js-based test.
-FAIL VTTCue interface: existence and properties of interface object Cannot read property 'has_extended_attribute' of undefined
-PASS VTTCue interface object length
-PASS VTTCue interface object name
-FAIL VTTCue interface: existence and properties of interface prototype object Cannot read property 'has_extended_attribute' of undefined
-PASS VTTCue interface: existence and properties of interface prototype object's "constructor" property
-PASS VTTCue interface: attribute region
-PASS VTTCue interface: attribute vertical
-PASS VTTCue interface: attribute snapToLines
-PASS VTTCue interface: attribute line
-FAIL VTTCue interface: attribute lineAlign assert_true: The prototype object must have a property "lineAlign" expected true got false
-PASS VTTCue interface: attribute position
-FAIL VTTCue interface: attribute positionAlign assert_true: The prototype object must have a property "positionAlign" expected true got false
-PASS VTTCue interface: attribute size
-PASS VTTCue interface: attribute align
-PASS VTTCue interface: attribute text
-PASS VTTCue interface: operation getCueAsHTML()
-PASS VTTCue must be primary interface of new VTTCue(0, 1, "foo")
-FAIL Stringification of new VTTCue(0, 1, "foo") Cannot read property 'has_stringifier' of undefined
-PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "region" with the proper type (0)
-PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "vertical" with the proper type (1)
-PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "snapToLines" with the proper type (2)
-FAIL VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "line" with the proper type (3) Unrecognized type [object Object],[object Object]
-FAIL VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "lineAlign" with the proper type (4) assert_inherits: property "lineAlign" not found in prototype chain
-FAIL VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "position" with the proper type (5) Unrecognized type [object Object],[object Object]
-FAIL VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "positionAlign" with the proper type (6) assert_inherits: property "positionAlign" not found in prototype chain
-PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "size" with the proper type (7)
-PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "align" with the proper type (8)
-PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "text" with the proper type (9)
-PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "getCueAsHTML" with the proper type (10)
-PASS VTTRegion interface: existence and properties of interface object
-PASS VTTRegion interface object length
-PASS VTTRegion interface object name
-FAIL VTTRegion interface: existence and properties of interface prototype object assert_equals: class string of VTTRegion.prototype expected "[object VTTRegionPrototype]" but got "[object VTTRegion]"
-PASS VTTRegion interface: existence and properties of interface prototype object's "constructor" property
-PASS VTTRegion interface: attribute width
-PASS VTTRegion interface: attribute lines
-PASS VTTRegion interface: attribute regionAnchorX
-PASS VTTRegion interface: attribute regionAnchorY
-PASS VTTRegion interface: attribute viewportAnchorX
-PASS VTTRegion interface: attribute viewportAnchorY
-PASS VTTRegion interface: attribute scroll
-PASS VTTRegion must be primary interface of new VTTRegion()
-PASS Stringification of new VTTRegion()
-PASS VTTRegion interface: new VTTRegion() must inherit property "width" with the proper type (0)
-PASS VTTRegion interface: new VTTRegion() must inherit property "lines" with the proper type (1)
-PASS VTTRegion interface: new VTTRegion() must inherit property "regionAnchorX" with the proper type (2)
-PASS VTTRegion interface: new VTTRegion() must inherit property "regionAnchorY" with the proper type (3)
-PASS VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorX" with the proper type (4)
-PASS VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorY" with the proper type (5)
-PASS VTTRegion interface: new VTTRegion() must inherit property "scroll" with the proper type (6)
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698