Bug 101343 - [EFL] Fix execution of exif-orientation-image-document.html on EFL Wk2 bot
Summary: [EFL] Fix execution of exif-orientation-image-document.html on EFL Wk2 bot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dominik Röttsches (drott)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-06 06:39 PST by Dominik Röttsches (drott)
Modified: 2012-11-07 00:53 PST (History)
5 users (show)

See Also:


Attachments
Patch (3.33 KB, patch)
2012-11-07 00:29 PST, Dominik Röttsches (drott)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Röttsches (drott) 2012-11-06 06:39:45 PST
Test fails because WebKit is in shouldRespectImageOrientation=0 mode, see 
https://bugs.webkit.org/show_bug.cgi?id=100698#c17
Comment 1 Dominik Röttsches (drott) 2012-11-06 23:53:54 PST
Nico helpfully explained that we need to include Cairo in the ifdef in RenderObject::shouldRespectImageOrientation:

https://bugs.webkit.org/show_bug.cgi?id=100698#c18
Comment 2 Dominik Röttsches (drott) 2012-11-07 00:29:48 PST
Created attachment 172728 [details]
Patch
Comment 3 Dominik Röttsches (drott) 2012-11-07 00:41:04 PST
Committed r133728: <http://trac.webkit.org/changeset/133728>