On Aug 27, 2007, at 11:35 PM, oliver@webkit.org wrote:

Modified: trunk/LayoutTests/ChangeLog (25268 => 25269)

--- trunk/LayoutTests/ChangeLog	2007-08-28 05:59:26 UTC (rev 25268)
+++ trunk/LayoutTests/ChangeLog	2007-08-28 06:35:23 UTC (rev 25269)
@@ -1,5 +1,16 @@
 2007-08-27  Oliver Hunt  <oliver@apple.com>
 
+        Reviewed by NOBODY (layout test result fix).
+
+        Output of layoutTestController.dumpChildFramesAsText changes in non-relevant way
+        when running this test on its own vs. running as part of the full suite. 
+        
+        Correcting test result for the output produced while running the full suite.
Yikes! I wonder why this happens? I hate that we have all these tests that have differing results depending on which other tests have been run.

-Adam