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,8 @@
[canvas_focus_drawCustomFocusRing_001.html]
type: testharness
[drawCustomFocusRing must return false for an element that is not focused.]
expected: FAIL
[drawCustomFocusRing must return false for an element that is not a descendant of the canvas element.]
expected: FAIL

View file

@ -0,0 +1,10 @@
[drawFocusIfNeeded_001.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1092458
[drawFocusIfNeeded draws a focus ring.]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL

View file

@ -0,0 +1,10 @@
[drawFocusIfNeeded_004.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1092458
[drawFocusIfNeeded does draw a focus ring if the element is in focus.]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL

View file

@ -0,0 +1,10 @@
[drawFocusIfNeeded_005.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1092458
[drawFocusIfNeeded does draw a focus ring if the element is in focus and the user activated a particular focus ring.]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL