import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -0,0 +1,5 @@
[resource-selection-candidate-insert-before.html]
type: testharness
[inserting another source before the candidate]
expected: FAIL

View file

@ -0,0 +1,7 @@
[resource-selection-candidate-moved.html]
type: testharness
disabled:
if debug: unstable
[moving the candidate source]
expected: FAIL

View file

@ -0,0 +1,6 @@
[resource-selection-candidate-remove-addEventListener.html]
type: testharness
expected: TIMEOUT
[removing the candidate source, addEventListener]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[resource-selection-candidate-remove-onerror.html]
type: testharness
expected: TIMEOUT
[removing the candidate source, onerror]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[resource-selection-invoke-audio-constructor.html]
type: testharness
[invoking resource selection with new Audio(src)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-invoke-in-sync-event.html]
type: testharness
[await a stable state and sync event handlers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-invoke-insert-source-networkState.html]
type: testharness
[NOT invoking resource selection by inserting <source> when networkState is not NETWORK_EMPTY]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-invoke-insert-source-not-in-document.html]
type: testharness
[invoking resource selection by inserting <source> in video not in a document]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-invoke-insert-source.html]
type: testharness
[invoking resource selection by inserting <source>]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-invoke-load.html]
type: testharness
[invoking resource selection with load()]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-invoke-pause.html]
type: testharness
[invoking resource selection with pause()]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-invoke-play.html]
type: testharness
[invoking resource selection with play()]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-invoke-set-src-not-in-document.html]
type: testharness
[invoking load by setting src on video not in a document]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-invoke-set-src.html]
type: testharness
[invoking load by setting src]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-pointer-insert-source.html]
type: testharness
[pointer updates (adding source elements)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-pointer-remove-source.html]
type: testharness
[pointer updates (removing source elements)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-remove-source.html]
type: testharness
[Changes to networkState when inserting and removing a <source>]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-remove-src.html]
type: testharness
[invoking resource selection by setting src; await stable state]
expected: FAIL

View file

@ -0,0 +1,5 @@
[resource-selection-source-media.html]
type: testharness
[the <source> media attribute has no effect]
expected: FAIL