Commit 4cdd0bc0 authored by Sean Feng's avatar Sean Feng
Browse files

Bug 1413836 - Enable WPT for delegatesFocus r=smaug

Depends on D123858

Differential Revision: https://phabricator.services.mozilla.com/D123859
parent 9b57d020
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
[click-focus-delegatesFocus-tabindex-varies.html]
  [click on host with delegatesFocus, #aboveSlot tabindex = 2, #slot and #slotted tabindex = 1]
    expected: FAIL
+0 −4
Original line number Diff line number Diff line
[click-focus-delegatesFocus-tabindex-zero.html]
  [click on host with delegatesFocus, all tabindex=0 except spacer]
    expected: FAIL
+0 −37
Original line number Diff line number Diff line
[focus-method-delegatesFocus.html]
  [focus() on host with delegatesFocus & tabindex=0, #outside with tabindex=0]
    expected: FAIL

  [focus() on host with delegatesFocus & tabindex=0, #aboveSlots and #belowSlots with tabindex=0]
    expected: FAIL

  [focus() on host with delegatesFocus & tabindex = 0, all other tabindex=-1]
    expected: FAIL

  [focus() on host with delegatesFocus, all tabindex=-1]
    expected: FAIL

  [focus() on host with delegatesFocus, all tabindex=0]
    expected: FAIL

  [focus() on host with delegatesFocus & tabindex=0, #belowSlots with tabindex=0]
    expected: FAIL

  [focus() on host with delegatesFocus & tabindex =-1, all other tabindex=0]
    expected: FAIL

  [focus() on host with delegatesFocus & no tabindex, all other tabindex=0]
    expected: FAIL

  [focus() on host with delegatesFocus & tabindex=0, #aboveSlots with tabindex=0 and #belowSlots with tabindex=1]
    expected: FAIL

  [focus() on host with delegatesFocus & tabindex=0, #slottedToFirstSlot, #slottedToSecondSlot, #belowSlots  with tabindex=0]
    expected: FAIL

  [focus() on host with delegatesFocus with another host with no delegatesFocus and a focusable child]
    expected: FAIL

  [focus() on host with delegatesFocus with another host with delegatesFocus and a focusable child]
    expected: FAIL
+0 −10
Original line number Diff line number Diff line
[focus-pseudo-matches-on-shadow-host.html]
  [:focus must match a shadow host with open mode shadow root that contains the focused element]
    expected: FAIL

  [:focus must not match a shadow host with closed mode shadow root that does not contain the focused element]
    expected: FAIL

  [:focus must match a shadow host with closed mode shadow root that contains the focused element]
    expected: FAIL
+0 −2
Original line number Diff line number Diff line
[focus-pseudo-on-shadow-host-1.html]
  expected: FAIL
Loading