RESOLVED FIXED 59281
REGRESSION: (non-Mac) <meter>'s bar part isn't rendered for with -webkit-writing-mode: vertical-lr from r82899
https://bugs.webkit.org/show_bug.cgi?id=59281
Summary REGRESSION: (non-Mac) <meter>'s bar part isn't rendered for with -webkit-writ...
Hajime Morrita
Reported 2011-04-23 13:09:34 PDT
From Bug 58149.
Attachments
Patch (17.97 KB, patch)
2011-04-23 15:07 PDT, Hajime Morrita
tkent: review+
Hajime Morrita
Comment 1 2011-04-23 15:07:44 PDT
Adam Barth
Comment 2 2011-04-23 15:40:07 PDT
Looks like this patch causes fast/dom/HTMLMeterElement/meter-element.html to fail.
Hajime Morrita
Comment 3 2011-04-23 15:51:01 PDT
(In reply to comment #2) > Looks like this patch causes fast/dom/HTMLMeterElement/meter-element.html to fail. Sounds false positive. That test is which exactly this change is trying to fix....
Kent Tamura
Comment 4 2011-04-23 15:54:09 PDT
Comment on attachment 90860 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90860&action=review > Source/WebCore/ChangeLog:8 > + style for -webkit-meter-bar and -webkit-progress-bar missed width property, which caused unexpected layout result style -> Style
Adam Barth
Comment 5 2011-04-23 15:55:31 PDT
> Sounds false positive. That test is which exactly this change is trying to fix.... Interesting. Running the tests on the cr-linux-ews is very new. It's entirely possible that this is a false positive.
Hajime Morrita
Comment 6 2011-04-23 16:11:21 PDT
Kent-san, thank you for reviewing at the weekend :D I'll fix it before landing. Adam, > > Sounds false positive. That test is which exactly this change is trying to fix.... > > Interesting. Running the tests on the cr-linux-ews is very new. It's entirely possible that this is a false positive. This patch removes a line from test_expectation because it will be fixed by this patch. I wonder if that case is considered. I'll land this and see what happens.
Hajime Morrita
Comment 7 2011-04-23 16:16:33 PDT
Adam Barth
Comment 8 2011-04-23 17:05:06 PDT
As predicted, the test is now failing on the bots: http://build.chromium.org/p/chromium.webkit/waterfall?builder=Webkit%20Linux
Hajime Morrita
Comment 9 2011-04-23 17:08:30 PDT
Hajime Morrita
Comment 10 2011-04-23 17:08:48 PDT
> You are right. I'll skip it again... Not skip, just mark as fail.
Note You need to log in before you can comment on or make changes to this bug.