[Webkit-unassigned] [Bug 32014] Rewrite two tests with dumpAsText

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 1 22:31:50 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32014





--- Comment #6 from Shinichiro Hamaji <hamaji at chromium.org>  2009-12-01 22:31:49 PST ---
> Patch v2

Fixing a silly mistake in a test case, this doesn't change the logic
and the result of the test case though.

-            var redHeight = gebi("warper").offsetHeight;
+            var blueHeight = gebi("warper").offsetHeight;
             var yellowHeight = gebi("abs_100_height").offsetHeight;
-            var blueHeight = gebi("inner_abs_100_height").offsetHeight;
+            var redHeight = gebi("inner_abs_100_height").offsetHeight;

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list