RESOLVED DUPLICATE of bug 235266193491
[GTK] fast/flexbox/missing-repaint-when-flext-item-never-had-layout.html fails
https://bugs.webkit.org/show_bug.cgi?id=193491
Summary [GTK] fast/flexbox/missing-repaint-when-flext-item-never-had-layout.html fails
Alicia Boya García
Reported 2019-01-16 06:55:51 PST
fast/flexbox/missing-repaint-when-flext-item-never-had-layout.html The test fails in WPE too. --- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/flexbox/missing-repaint-when-flext-item-never-had-layout-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/flexbox/missing-repaint-when-flext-item-never-had-layout-actual.txt @@ -1,6 +1,5 @@ PASS if visible (repaint rects - (rect 8 8 200 18) (rect 8 8 200 200) )
Attachments
Diego Pino
Comment 1 2019-04-04 10:50:01 PDT
This test was marked as Failure in WPE in https://trac.webkit.org/changeset/r240102/webkit. I think the test was incorrectly marked as Failure in WPE, since the test was passing before r240102 and has continue returning PASS after r240102. ``` r240100 NOERROR r240101 UNKNOWN r240102 PASS (Expected: FAIL) r240103 UNKNOWN [r240104-r240108] PASS (Expected: FAIL) ``` In the case of GTK, the test was failing before r240102, so after that changeset test expectations match actual result. ``` r240055 TEXT (Expected: PASS) [r240056-r240097] UNKNOWN r240098 TEXT (Expected: PASS) [r240099-r240101] UNKNOWN r240102 TEXT (Expected: FAIL) r240103 UNKNOWN [r240104-r240108] TEXT (Expected: FAIL) ``` I removed the test from WPE/TestExpectations in https://trac.webkit.org/changeset/243872/webkit. The bug is still valid for GTK.
Arcady Goldmints-Orlov
Comment 2 2022-01-17 09:52:09 PST
This has been fixed by r288070 allowing LFC integration to work with the complex text path. *** This bug has been marked as a duplicate of bug 235266 ***
Note You need to log in before you can comment on or make changes to this bug.