[Webkit-unassigned] [Bug 16898] REGRESSION: Text of entire page incorrectly center aligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 2 08:33:34 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16898


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |kevino at theolliviers.com
                   |unassigned at lists.webkit.org |
             Status|ASSIGNED                    |NEW




------- Comment #9 from ddkilzer at webkit.org  2008-03-02 08:33 PDT -------
(In reply to comment #7)
> Also, I assume we want a layout test created for this, so that the regression
> won't recur later on? Where should I put it? And do we need to generate results
> on all platforms for it? (New to writing LayoutTests too, sorry... ;-)

I would put the test(s) in LayoutTests/fast/css/.

If you make it a text-based test (using
window.layoutTestController.dumpAsText()), then you don't have to worry about
generating results for every platform.

Look in LayoutTests/fast/css for examples that use
layoutTestController.dumpAsText() and craft a similar test based on one or more
reductions in this bug.

I usually prefer to use the js-test-* assertions instead of custom "logging"
solutions like getComputedStyle-zIndex-auto.html.  See
legacy-opacity-styles.html for one example.

Darin likes to use the WebKitTools/Scripts/make-js-test-wrappers script to
create the resources/*.js file first, then let the script generate the test
file for it.


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



More information about the webkit-unassigned mailing list