RESOLVED FIXED 163972
REGRESSION(r205345-r205394): [GTK] Layout test fast/canvas/canvas-gradient-addStop-error.html is failing
https://bugs.webkit.org/show_bug.cgi?id=163972
Summary REGRESSION(r205345-r205394): [GTK] Layout test fast/canvas/canvas-gradient-ad...
Michael Catanzaro
Reported 2016-10-25 13:12:05 PDT
Layout test fast/canvas/canvas-gradient-addStop-error.html has been failing since r205345-r205394 (inclusive). Unfortunately that is a huge range. --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/canvas/canvas-gradient-addStop-error-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/canvas/canvas-gradient-addStop-error-actual.txt @@ -7,8 +7,8 @@ PASS gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.. PASS gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.. Switching to dashboard compatibility mode. Invalid color strings should no longer cause an exception. -PASS gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') is undefined. -PASS gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') is undefined. +FAIL gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') should be undefined. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern. +FAIL gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') should be undefined. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern. PASS successfullyParsed is true TEST COMPLETE Updating expectations accordingly.
Attachments
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 1 2017-12-20 07:25:14 PST
I think we should wontfix this and skip the test; the code it tests for only exists if ENABLE(DASHBOARD_SUPPORT) is true.
Miguel Gomez
Comment 2 2019-06-13 05:44:36 PDT
This is passing now. Updating expectations and closing bug.
Note You need to log in before you can comment on or make changes to this bug.