mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
[dir_auto-N-EN.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[the-translate-attribute-007.html]
|
||||
type: testharness
|
||||
[In the default case, ie. with no translate attribute in the page, javascript will detect the translation mode of text as translate-enabled.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[the-translate-attribute-008.html]
|
||||
type: testharness
|
||||
[If the translate attribute is set to yes, javascript will detect the translation mode of text as translate-enabled.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[the-translate-attribute-009.html]
|
||||
type: testharness
|
||||
[If the translate attribute is set to no, javascript will detect the translation mode of text as no-translate.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[the-translate-attribute-010.html]
|
||||
type: testharness
|
||||
[If the translate attribute is set to no, javascript will detect the translation mode of elements inside that element with no translate flag as no-translate.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[the-translate-attribute-011.html]
|
||||
type: testharness
|
||||
[If the translate attribute is set to yes on an element inside an element with the translate attribute set to no, javascript will detect the translation mode of text in the inner element as translate-enabled.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[the-translate-attribute-012.html]
|
||||
type: testharness
|
||||
[If the translate attribute is set to a null string, javascript will detect the translation mode of text as translate-enabled.]
|
||||
expected: FAIL
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue