Bug 140768 - Layout Test fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html is failing
Summary: Layout Test fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html is fai...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-22 09:30 PST by Brent Fulgham
Modified: 2015-01-22 09:30 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-01-22 09:30:49 PST
The following layout test is failing on Windows

fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html

Probable cause:

We fail here because we are selecting the image-set-2x.png option. Not sure if this is due to hardware settings or perhaps DPI support?

--- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Debug/bin32/layout-test-results/fast/dom/HTMLImageElement/sizes/image-sizes-js-change-expected.txt
+++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Debug/bin32/layout-test-results/fast/dom/HTMLImageElement/sizes/image-sizes-js-change-actual.txt
@@ -1,5 +1,5 @@
-image-set-4x.png has MIME type image/png
-PASS currentSrcFileName("foo") is "image-set-4x.png"
+image-set-2x.png has MIME type image/png
+FAIL currentSrcFileName("foo") should be image-set-4x.png. Was image-set-2x.png.
 PASS successfullyParsed is true
 
 TEST COMPLETE