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,3 @@
[dir_auto-N-EN.html]
type: reftest
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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