Bug 85352 - http/tests/loading/pdf-commit-load-callbacks.html fails on chromium win
Summary: http/tests/loading/pdf-commit-load-callbacks.html fails on chromium win
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2012-05-02 01:18 PDT by Andrey Kosyakov
Modified: 2012-05-02 14:09 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2012-05-02 01:18:39 PDT
expectations diff:

--- e:\b\build\slave\Webkit_Vista\build\layout-test-results\http/tests/loading/pdf-commit-load-callbacks-expected.txt 
+++ e:\b\build\slave\Webkit_Vista\build\layout-test-results\http/tests/loading/pdf-commit-load-callbacks-actual.txt 
@@ -2,7 +2,10 @@
 main frame - didCommitLoadForFrame
 frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
 main frame - didFinishDocumentLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didCommitLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didFinishDocumentLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didHandleOnloadEventsForFrame
 main frame - didHandleOnloadEventsForFrame
-frame "<!--framePath //<!--frame0-->-->" - didFailProvisionalLoadWithError
+frame "<!--framePath //<!--frame0-->-->" - didFinishLoadForFrame
 main frame - didFinishLoadForFrame
Comment 1 Nate Chapin 2012-05-02 09:20:48 PDT
Interesting, I didn't expect this to be platform-dependent. Will try to rebaseline today.