Bug 49967
Summary: | chromium: font-size-zero test are failing at Mac 10.5 dbg2 builder. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ilya Tikhonovsky <loislo> |
Component: | Text | Assignee: | James Robinson <jamesr> |
Status: | RESOLVED WONTFIX | ||
Severity: | Critical | CC: | darin, dglazkov, hyatt, jamesr, mitz, schenney |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Ilya Tikhonovsky
http://build.chromium.org/p/chromium/builders/Webkit%20Mac10.5%20(dbg)(2)/builds/879
it was introduced at http://trac.webkit.org/changeset/72567
the diff
---------------
Tests that text with font-size:0 has zero height and width.
PASS s.getBoundingClientRect().height is 0
FAIL s.getBoundingClientRect().width should be 0. Was 2147483648.
PASS successfullyParsed is true
TEST COMPLETE
---------------
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ilya Tikhonovsky
also it is failing in WebKit.
Stephen Chenney
We don't build 10.5 any more.