Comment #7 on issue 10270 by a...@chromium.org: Change the test so it works  
on Windows: LayoutTests/fast/dom/frame-loading-via-document-write.html
http://code.google.com/p/chromium/issues/detail?id=10270

More info:

The order of the events is wrong in test_shell but correct in chrome:

test_shell:

ALERT: Frame loaded, bottomRow
ALERT: Image loaded, middleRow
ALERT: Image loaded, bottomRow
ALERT: Frame loaded, middleRow

chrome:

ALERT: Image loaded, middleRow
ALERT: Frame loaded, middleRow
ALERT: Image loaded, bottomRow
ALERT: Frame loaded, bottomRow

It is important that we get the image load before the frame load.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to