Bug 140768

Summary: Layout Test fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html is failing
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   

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