RESOLVED FIXED 109353
[GTK] fast/flexbox/line-clamp-link-after-ellipsis.html is failing
https://bugs.webkit.org/show_bug.cgi?id=109353
Summary [GTK] fast/flexbox/line-clamp-link-after-ellipsis.html is failing
Zan Dobersek
Reported 2013-02-09 06:10:24 PST
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
Ádám Kallai
Comment 1 2013-02-11 00:20:45 PST
This test fails on Qt too. The diff is same.
Chris Dumez
Comment 2 2013-02-11 08:46:02 PST
This test fails on EFL as well, with the same diff.
Michael Catanzaro
Comment 3 2016-02-06 08:28:10 PST
It's been passing since r195447-r195452, I think since r195447.
Note You need to log in before you can comment on or make changes to this bug.