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

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

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/api/interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/api/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/webvtt/api/interfaces-expected.txt
index dd24b8c779340ba434d7f52c1379c94b541cac17..82e0980fecd4cd06f131b06876f77c2915abd35e 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/api/interfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/api/interfaces-expected.txt
@@ -1,5 +1,4 @@
This is a testharness.js-based test.
-Found 63 tests; 59 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS VTTCue interface: existence and properties of interface object
PASS VTTCue interface object length
PASS VTTCue interface object name
@@ -16,8 +15,6 @@ 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, 0, "")
-PASS Stringification of new VTTCue(0, 0, "")
PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "region" with the proper type (0)
PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "vertical" with the proper type (1)
PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "snapToLines" with the proper type (2)
@@ -29,19 +26,6 @@ PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "size" with th
PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "align" with the proper type (8)
PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "text" with the proper type (9)
PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "getCueAsHTML" with the proper type (10)
-PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "track" with the proper type (0)
-PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "id" with the proper type (1)
-PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "startTime" with the proper type (2)
-PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "endTime" with the proper type (3)
-PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "pauseOnExit" with the proper type (4)
-PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "onenter" with the proper type (5)
-PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "onexit" with the proper type (6)
-PASS EventTarget interface: new VTTCue(0, 0, "") must inherit property "addEventListener" with the proper type (0)
-PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[object Object],[object Object]) on new VTTCue(0, 0, "") with too few arguments must throw TypeError
-PASS EventTarget interface: new VTTCue(0, 0, "") must inherit property "removeEventListener" with the proper type (1)
-PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,[object Object],[object Object]) on new VTTCue(0, 0, "") with too few arguments must throw TypeError
-PASS EventTarget interface: new VTTCue(0, 0, "") must inherit property "dispatchEvent" with the proper type (2)
-PASS EventTarget interface: calling dispatchEvent(Event) on new VTTCue(0, 0, "") with too few arguments must throw TypeError
PASS VTTRegion interface: existence and properties of interface object
PASS VTTRegion interface object length
PASS VTTRegion interface object name
@@ -54,8 +38,6 @@ 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)

Powered by Google App Engine
This is Rietveld 408576698