NEW 152141
[iOS Simulator] fast/picture/image-picture-* tests failing
https://bugs.webkit.org/show_bug.cgi?id=152141
Summary [iOS Simulator] fast/picture/image-picture-* tests failing
Ryan Haddad
Reported 2015-12-10 09:22:24 PST
[iOS Simulator] fast/picture/image-picture-* tests failing fast/picture/image-picture-1x.html fast/picture/image-picture-invalid.html fast/picture/image-picture-nested.html All are failing due to expecting 'image-set-2x.png?2' but getting 'image-set-4x.png?2' <https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r193902%20(1662)/results.html>
Attachments
Ryan Haddad
Comment 1 2015-12-14 13:01:05 PST
Marked as failing on iOS simulator in <http://trac.webkit.org/changeset/194052>
Ryan Haddad
Comment 2 2016-01-05 13:28:11 PST
Example diff from failing test: --- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/picture/image-picture-invalid-expected.txt +++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/picture/image-picture-invalid-actual.txt @@ -1,9 +1,9 @@ PASS document.getElementById("canary").clientWidth is 75 PASS currentSrcFileName("canary") is "blue_rect.jpg?0" PASS document.getElementById("div_end_picture").clientWidth is 800 -PASS currentSrcFileName("div_end_picture") is "image-set-2x.png?2" +FAIL currentSrcFileName("div_end_picture") should be image-set-2x.png?2. Was image-set-4x.png?2. PASS document.getElementById("div_multiple_end").clientWidth is 800 -PASS currentSrcFileName("div_multiple_end") is "image-set-2x.png?2" +FAIL currentSrcFileName("div_multiple_end") should be image-set-2x.png?2. Was image-set-4x.png?2. PASS document.getElementById("source_in_div").clientWidth is 75 PASS currentSrcFileName("source_in_div") is "blue_rect.jpg" PASS document.getElementById("not_in_picture").clientWidth is 75 Should these tests remain skipped on ios-simulator, or do we need to investigate the failure?
Radar WebKit Bug Importer
Comment 3 2016-01-08 11:35:04 PST
Dave Hyatt
Comment 4 2016-01-14 09:09:33 PST
This is fine. Those iOS results are correct. We can just keep skipping, since they use high dpi images and the tests are for lower dpi.
Note You need to log in before you can comment on or make changes to this bug.