Bug 19825 - SVG dynamic update tests are timing dependant
Summary: SVG dynamic update tests are timing dependant
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-30 03:55 PDT by Nikolas Zimmermann
Modified: 2008-07-18 14:16 PDT (History)
0 users

See Also:


Attachments
Initial patch (77.57 KB, patch)
2008-06-30 03:56 PDT, Nikolas Zimmermann
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2008-06-30 03:55:23 PDT
Fix all existing tests in svg/dynamic-updates to actually reflect repainting changes, by removing the timing dependency. Instead model them like frame-getSVGDocument.html by not including the <script src="js-test-post.js"> element within the TEMPLATE.html but by dynamically injecting it, if the test actually finished.
Comment 1 Nikolas Zimmermann 2008-06-30 03:56:07 PDT
Created attachment 22005 [details]
Initial patch
Comment 2 Nikolas Zimmermann 2008-07-18 14:16:35 PDT
Heh, this has been fixed ages ago, actually on the same day :-) Closing bug.