Bug 167428

Summary: LayoutTest fast/backgrounds/background-repeat-x-y-parse.html is failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mmaxfield, ryanhaddad, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Haddad 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
Comment 1 Ryan Haddad 2017-01-25 13:11:13 PST
Marked test as failing in http://trac.webkit.org/projects/webkit/changeset/211162
Comment 2 Simon Fraser (smfr) 2017-01-27 20:48:06 PST
I think I fixed this in r211149, r211152, r211164
Comment 3 Alexey Proskuryakov 2017-01-30 12:00:19 PST
The test is green now. It still needs to be unmarked in TestExpectations.

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast/backgrounds/background-repeat-x-y-parse.html
Comment 4 Ryan Haddad 2017-06-07 10:14:25 PDT
Removed failure expectation in http://trac.webkit.org/projects/webkit/changeset/217889