Bug 188972
| Summary: | [WPE][GTK] fast/css/button-height.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cgarcia, lmoura |
| Priority: | P2 | Keywords: | LayoutTestFailure |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
The fast/css/button-height.html layout test is failing on the WPE port:
--- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/css/button-height-expected.txt
+++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/css/button-height-actual.txt
@@ -4,7 +4,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.getElementById('button1').offsetHeight is document.getElementById('button2').offsetHeight
+FAIL document.getElementById('button1').offsetHeight should be 27. Was 23.
PASS document.getElementById('button3').offsetHeight is 40
PASS document.getElementById('button4').offsetHeight is 40
PASS document.getElementById('button5').offsetHeight is correct for this platform.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
It started failing for GTK too after the new form styles.
Carlos Garcia Campos
And fixed in r257626, see bug #208237
*** This bug has been marked as a duplicate of bug 208237 ***