[webkit-reviews] review granted: [Bug 103453] LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux : [Attachment 176420] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 10:25:12 PST 2012


Julien Chaffraix <jchaffraix at webkit.org> has granted Pravin D
<pravind.2k4 at gmail.com>'s request for review:
Bug 103453: LayoutTests/fast/table/css-table-max-height.html failing on Qt
Linux
https://bugs.webkit.org/show_bug.cgi?id=103453

Attachment 176420: Patch
https://bugs.webkit.org/attachment.cgi?id=176420&action=review

------- Additional Comments from Julien Chaffraix <jchaffraix at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=176420&action=review


> LayoutTests/fast/table/css-table-max-height.html:11
>      font-family:ahem;
> +    line-height:1;
> +    font-size:16px;

You can use the shorthand here:

font: 16px/1 Ahem;

It's more compact thus better.


More information about the webkit-reviews mailing list