Bug 1415805 - enable region preference and wpt tests webvtt/api/VTTRegion. r=rillian

MozReview-Commit-ID: 1aaQml7gKBU

--HG--
extra : rebase_source : 34b5c39af3cab32f070335fd3cf183c45db2282a
This commit is contained in:
bechen@mozilla.com 2017-11-22 16:10:06 +08:00
Родитель cedf178ade
Коммит 5d890a5d98
12 изменённых файлов: 1 добавлений и 152 удалений

Просмотреть файл

@ -545,7 +545,7 @@ pref("media.getusermedia.screensharing.enabled", true);
pref("media.getusermedia.audiocapture.enabled", false);
// TextTrack WebVTT Region extension support.
pref("media.webvtt.regions.enabled", false);
pref("media.webvtt.regions.enabled", true);
// WebVTT pseudo element and class support.
pref("media.webvtt.pseudo.enabled", true);

Просмотреть файл

@ -1,5 +0,0 @@
[constructor.html]
type: testharness
[VTTRegion() initial values]
expected: FAIL

Просмотреть файл

@ -1,5 +0,0 @@
[id.html]
type: testharness
[VTTRegion.id script-created region]
expected: FAIL

Просмотреть файл

@ -1,5 +0,0 @@
[lines.html]
type: testharness
[VTTRegion.lines script-created region]
expected: FAIL

Просмотреть файл

@ -1,5 +0,0 @@
[regionAnchorX.html]
type: testharness
[VTTRegion.regionAnchorX script-created region]
expected: FAIL

Просмотреть файл

@ -1,5 +0,0 @@
[regionAnchorY.html]
type: testharness
[VTTRegion.regionAnchorY script-created region]
expected: FAIL

Просмотреть файл

@ -1,5 +0,0 @@
[scroll.html]
type: testharness
[VTTRegion.scroll script-created region]
expected: FAIL

Просмотреть файл

@ -1,5 +0,0 @@
[viewportAnchorX.html]
type: testharness
[VTTRegion.viewportAnchorX script-created region]
expected: FAIL

Просмотреть файл

@ -1,5 +0,0 @@
[viewportAnchorY.html]
type: testharness
[VTTRegion.viewportAnchorY script-created region]
expected: FAIL

Просмотреть файл

@ -1,5 +0,0 @@
[width.html]
type: testharness
[VTTRegion.width script-created region]
expected: FAIL

Просмотреть файл

@ -1,5 +0,0 @@
[historical.html]
type: testharness
[VTTRegion track member must be nuked]
expected: FAIL

Просмотреть файл

@ -1,101 +0,0 @@
[interfaces.html]
type: testharness
[VTTCue interface: attribute region]
expected: FAIL
[VTTCue interface: new VTTCue(0, 0, "") must inherit property "region" with the proper type (0)]
expected: FAIL
[VTTRegion interface: existence and properties of interface object]
expected: FAIL
[VTTRegion interface object length]
expected: FAIL
[VTTRegion interface object name]
expected: FAIL
[VTTRegion interface: existence and properties of interface prototype object]
expected: FAIL
[VTTRegion interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[VTTRegion interface: attribute width]
expected: FAIL
[VTTRegion interface: attribute lines]
expected: FAIL
[VTTRegion interface: attribute regionAnchorX]
expected: FAIL
[VTTRegion interface: attribute regionAnchorY]
expected: FAIL
[VTTRegion interface: attribute viewportAnchorX]
expected: FAIL
[VTTRegion interface: attribute viewportAnchorY]
expected: FAIL
[VTTRegion interface: attribute scroll]
expected: FAIL
[VTTRegion must be primary interface of new VTTRegion()]
expected: FAIL
[Stringification of new VTTRegion()]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "width" with the proper type (0)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "lines" with the proper type (1)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "regionAnchorX" with the proper type (2)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "regionAnchorY" with the proper type (3)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorX" with the proper type (4)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorY" with the proper type (5)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "scroll" with the proper type (6)]
expected: FAIL
[VTTCue interface: new VTTCue(0, 0, "") must inherit property "region" with the proper type]
expected: FAIL
[VTTRegion interface: attribute id]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "id" with the proper type]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "width" with the proper type]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "lines" with the proper type]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "regionAnchorX" with the proper type]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "regionAnchorY" with the proper type]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorX" with the proper type]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorY" with the proper type]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "scroll" with the proper type]
expected: FAIL