[Webkit-unassigned] [Bug 14858] <col> width ignored when not tied to a single cell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 4 13:10:22 PST 2010


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org




--- Comment #19 from Eric Seidel <eric at webkit.org>  2010-03-04 13:10:22 PST ---
(In reply to comment #13)
> (In reply to comment #12)
> > Instead of doing this, please use the methods provided in js-test-pre.js:
> > 
> >     shouldBe("window.getComputedStyle(testCell).width", "250px");
> >     shouldBe("window.getComputedStyle(testTable).width", "500px");
> 
> Oops, I think you need to double-quote the expected values since they're also
> eval-ed:
> 
>     shouldBe("window.getComputedStyle(testCell).width", '"250px"');
>     shouldBe("window.getComputedStyle(testTable).width", '"500px"');

There is also shouldBeEqualToString() which solves this problem.

-- 
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