Bug 109353
| Summary: | [GTK] fast/flexbox/line-clamp-link-after-ellipsis.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, kadam, mcatanzaro, ossy, zarvai |
| Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
The fast/flexbox/line-clamp-link-after-ellipsis.html layout test is failing since it's been introduced in r142335.
http://trac.webkit.org/changeset/142335
Diff:
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/flexbox/line-clamp-link-after-ellipsis-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/flexbox/line-clamp-link-after-ellipsis-actual.txt
@@ -3,10 +3,10 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.getElementsByTagName('a')[0].textContent is "clicked"
+FAIL document.getElementsByTagName('a')[0].textContent should be clicked. Was not clicked.
PASS successfullyParsed is true
TEST COMPLETE
line one
-line twoclicked
+line twonot clicked
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ádám Kallai
This test fails on Qt too. The diff is same.
Chris Dumez
This test fails on EFL as well, with the same diff.
Michael Catanzaro
It's been passing since r195447-r195452, I think since r195447.