Bug 167428
| Summary: | LayoutTest fast/backgrounds/background-repeat-x-y-parse.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | mmaxfield, ryanhaddad, simon.fraser |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Haddad
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Marked test as failing in http://trac.webkit.org/projects/webkit/changeset/211162
Simon Fraser (smfr)
I think I fixed this in r211149, r211152, r211164
Alexey Proskuryakov
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
Ryan Haddad
Removed failure expectation in http://trac.webkit.org/projects/webkit/changeset/217889