Commit 2c2af7d1 authored by moz-wptsync-bot's avatar moz-wptsync-bot Committed by aborovova@mozilla.com
Browse files

Bug 1966655 [wpt PR 52567] - Update wpt metadata,

wpt-pr: 52567
wpt-type: metadata

Differential Revision: https://phabricator.services.mozilla.com/D250628
parent 3fd7bc2d
Loading
Loading
Loading
Loading
+0 −33
Original line number Diff line number Diff line
[timeline-scope-computed.tentative.html]
  [Property timeline-scope value 'initial']
    expected: FAIL

  [Property timeline-scope value 'inherit']
    expected: FAIL

  [Property timeline-scope value 'unset']
    expected: FAIL

  [Property timeline-scope value 'revert']
    expected: FAIL

  [Property timeline-scope value 'none']
    expected: FAIL

  [The timeline-scope property shows up in CSSStyleDeclaration enumeration]
    expected: FAIL

  [The timeline-scope property shows up in CSSStyleDeclaration.cssText]
    expected: FAIL

  [Property timeline-scope value '--foo, --bar']
    expected: FAIL

  [Property timeline-scope value '--bar, --foo']
    expected: FAIL

  [Property timeline-scope value '--a, --b, --c, --D, --e']
    expected: FAIL

  [Property timeline-scope value '--test']
    expected: FAIL
+0 −33
Original line number Diff line number Diff line
[timeline-scope-parsing.tentative.html]
  [e.style['timeline-scope'\] = "initial" should set the property value]
    expected: FAIL

  [e.style['timeline-scope'\] = "inherit" should set the property value]
    expected: FAIL

  [e.style['timeline-scope'\] = "unset" should set the property value]
    expected: FAIL

  [e.style['timeline-scope'\] = "revert" should set the property value]
    expected: FAIL

  [e.style['timeline-scope'\] = "none" should set the property value]
    expected: FAIL

  [e.style['timeline-scope'\] = "--aBc" should set the property value]
    expected: FAIL

  [e.style['timeline-scope'\] = "--foo, --bar" should set the property value]
    expected: FAIL

  [e.style['timeline-scope'\] = "--abc" should set the property value]
    expected: FAIL

  [e.style['timeline-scope'\] = "--bar, --foo" should set the property value]
    expected: FAIL

  [e.style['timeline-scope'\] = "  --abc" should set the property value]
    expected: FAIL

  [e.style['timeline-scope'\] = "--auto" should set the property value]
    expected: FAIL