Bug 122481 - [GTK] svg/animations/svglengthlist-animation-3.html is flaky
Summary: [GTK] svg/animations/svglengthlist-animation-3.html is flaky
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-10-07 19:34 PDT by Gustavo Noronha (kov)
Modified: 2024-01-01 14:35 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2013-10-07 19:34:36 PDT
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/svg/animations/svglengthlist-animation-3-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/svg/animations/svglengthlist-animation-3-actual.txt
@@ -10,11 +10,11 @@
 PASS text.x.animVal.getItem(0).value is 50
 PASS text.x.baseVal.numberOfItems is 1
 PASS text.x.baseVal.getItem(0).value is 50
-PASS text.x.animVal.numberOfItems is 4
-PASS text.x.animVal.getItem(0).value is 70
-PASS text.x.animVal.getItem(1).value is 80
-PASS text.x.animVal.getItem(2).value is 90
-PASS text.x.animVal.getItem(3).value is 110
+FAIL text.x.animVal.numberOfItems should be 4. Was 1.
+FAIL text.x.animVal.getItem(0).value should be close to 70. Was 50.
+FAIL text.x.animVal.getItem(1).value should be 80. Threw exception Error: IndexSizeError: DOM Exception 1
+FAIL text.x.animVal.getItem(2).value should be 90. Threw exception Error: IndexSizeError: DOM Exception 1
+FAIL text.x.animVal.getItem(3).value should be 110. Threw exception Error: IndexSizeError: DOM Exception 1
 PASS text.x.baseVal.numberOfItems is 1
 PASS text.x.baseVal.getItem(0).value is 50
 PASS text.x.animVal.numberOfItems is 4
Comment 1 Ahmad Saleem 2024-01-01 11:31:15 PST
I am trying to remove this test in favor of WPT here: https://github.com/WebKit/WebKit/pull/22281

WPT variant passes and don't have any platform specific expectation.

Once landed, I will mark this as 'RESOLVED CONFIGURATION CHANGED'. Refer to 'See Also'.