RESOLVED FIXED 167428
LayoutTest fast/backgrounds/background-repeat-x-y-parse.html is failing
https://bugs.webkit.org/show_bug.cgi?id=167428
Summary LayoutTest fast/backgrounds/background-repeat-x-y-parse.html is failing
Ryan Haddad
Reported 2017-01-25 13:09:08 PST
LayoutTest fast/backgrounds/background-repeat-x-y-parse.html is failing Test was added / updated in https://trac.webkit.org/changeset/211152 https://build.webkit.org/results/Apple%20Sierra%20Release%20WK1%20(Tests)/r211158%20(3100)/results.html --- /Volumes/Data/slave/sierra-release-tests-wk1/build/layout-test-results/fast/backgrounds/background-repeat-x-y-parse-expected.txt +++ /Volumes/Data/slave/sierra-release-tests-wk1/build/layout-test-results/fast/backgrounds/background-repeat-x-y-parse-actual.txt @@ -3,10 +3,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS window.getComputedStyle(document.getElementById('test1')).getPropertyValue('background-repeat') is "repeat" -PASS window.getComputedStyle(document.getElementById('test2')).getPropertyValue('background-repeat') is "repeat" -PASS window.getComputedStyle(document.getElementById('test3')).getPropertyValue('background-repeat') is "repeat-y" -PASS window.getComputedStyle(document.getElementById('test4')).getPropertyValue('background-repeat') is "repeat-x" +FAIL window.getComputedStyle(document.getElementById('test1')).getPropertyValue('background-repeat') should be repeat. Was repeat-x. +FAIL window.getComputedStyle(document.getElementById('test2')).getPropertyValue('background-repeat') should be repeat. Was no-repeat. +FAIL window.getComputedStyle(document.getElementById('test3')).getPropertyValue('background-repeat') should be repeat-y. Was no-repeat. +FAIL window.getComputedStyle(document.getElementById('test4')).getPropertyValue('background-repeat') should be repeat-x. Was no-repeat. PASS successfullyParsed is true TEST COMPLETE
Attachments
Ryan Haddad
Comment 1 2017-01-25 13:11:13 PST
Simon Fraser (smfr)
Comment 2 2017-01-27 20:48:06 PST
I think I fixed this in r211149, r211152, r211164
Alexey Proskuryakov
Comment 3 2017-01-30 12:00:19 PST
Ryan Haddad
Comment 4 2017-06-07 10:14:25 PDT
Note You need to log in before you can comment on or make changes to this bug.