Fix getIframe test helper #66
Reference in New Issue
Block a user
No description provided.
Delete Branch "test-helper"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Chrome seems to always be ready on the first iteration, so this doesn't affect
Chrome, but on Firefox, the
iframe
is undefined in the recursive call.This makes most of the test in
RunLayoutTests.html
pass in Firefox. The onlyfailing test is the one checking font sizes.
Sweet thanks!