Commit f3dee0bc authored by Jonathan Kew's avatar Jonathan Kew
Browse files

Bug 1729450 - Fix up WPT reftests for text-decoration-emphasis-style-* to use...

Bug 1729450 - Fix up WPT reftests for text-decoration-emphasis-style-* to use more reliable ruby-based references. r=emilio

More emphasis testcases that fail because of reference renderings that don't quite match, in addition to
some simple typos ("sample" vs "Simple").

There's some redundancy here between the testcases coming from different authors, but for now I haven't
tried to rationalize that aside from dropping a duplicate individual test for 'filled dot'.

Differential Revision: https://phabricator.services.mozilla.com/D124795
parent 16998472
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
[text-emphasis-style-002.html]
  expected: FAIL
  fuzzy:
    if (os == "mac"): maxDifference=70;totalPixels=0-11
+0 −5
Original line number Diff line number Diff line
[text-emphasis-style-006.html]
  disabled:
    if (os == "android") and e10s: bug 1550895 (frequently fails on geckoview)
  fuzzy:
    if os == "mac": maxDifference=0-96;totalPixels=0-12
+0 −2
Original line number Diff line number Diff line
[text-emphasis-style-007.html]
  expected: FAIL
+0 −2
Original line number Diff line number Diff line
[text-emphasis-style-008.html]
  expected: FAIL
+3 −1
Original line number Diff line number Diff line
[text-emphasis-style-010.html]
  expected: FAIL
  fuzzy:
    if (os == "mac"): maxDifference=68;totalPixels=0-24
    if (os == "win"): maxDifference=47;totalPixels=0-11
Loading