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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 30 09:34:00 PST 2010


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





--- Comment #13 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2010-01-30 09:33:59 PST ---
(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"');

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