Commit 8244032d authored by Emily McDonough's avatar Emily McDonough
Browse files

Bug 1748376 - Enable more wpt page-name tests with the proper pref. r=layout-reviewers,hiro

parent e7dd1a89
Loading
Loading
Loading
Loading
+1 −17
Original line number Diff line number Diff line
[page-computed.html]
  [Property page value 'auto']
    expected: FAIL

  [Property page value 'AUTO']
    expected: FAIL

  [Property page value 'table']
    expected: FAIL

  [Property page value 'blablabla']
    expected: FAIL

  [Property page value 'TABLE']
    expected: FAIL

  [Property page value 'BLABLABLA']
    expected: FAIL
  prefs: [layout.css.named-pages.enabled:true]
+1 −8
Original line number Diff line number Diff line
[page-valid.html]
  [e.style['page'\] = "xyzabc" should set the property value]
    expected: FAIL

  [e.style['page'\] = "table" should set the property value]
    expected: FAIL

  [e.style['page'\] = "auto" should set the property value]
    expected: FAIL
  prefs: [layout.css.named-pages.enabled:true]