Bug 85182 - [EFL] fast/loader/file-protocol-fragment.html needs rebaselining
Summary: [EFL] fast/loader/file-protocol-fragment.html needs rebaselining
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: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-30 05:38 PDT by Chris Dumez
Modified: 2012-05-10 09:04 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.69 KB, patch)
2012-04-30 05:43 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (2.76 KB, patch)
2012-04-30 05:44 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-04-30 05:38:13 PDT
Currently, the file-protocol-fragment.html is not passing simply because of the order the messages are printed.
The GTK port has the same issue and addresses it by using platform-specific expectations. I believe we should do the same for the EFL port and unskip this test.
Comment 1 Chris Dumez 2012-04-30 05:43:18 PDT
Created attachment 139435 [details]
Patch

Could someone please commit this patch?
The EFL expectations are now the same as for GTK and we can unskip the test.
Comment 2 Chris Dumez 2012-04-30 05:44:53 PDT
Created attachment 139437 [details]
Patch

Add missing new expectation.
Comment 3 WebKit Review Bot 2012-05-01 16:08:28 PDT
Comment on attachment 139437 [details]
Patch

Clearing flags on attachment: 139437

Committed r115758: <http://trac.webkit.org/changeset/115758>
Comment 4 WebKit Review Bot 2012-05-01 16:08:33 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Sudarsana Nagineni (babu) 2012-05-10 09:04:37 PDT
These platform expectations are wrong. We should implement setSerializeHTTPLoads() to pass the test. I am going to implement this method and remove platform specific expectations.