Bug 127740 - [GTK] Layout Test accessibility/range-alter-by-percent.html is failing
Summary: [GTK] Layout Test accessibility/range-alter-by-percent.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://webkit-test-results.appspot.co...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-27 17:23 PST by Carlos Alberto Lopez Perez
Modified: 2021-04-18 23:15 PDT (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 Carlos Alberto Lopez Perez 2014-01-27 17:23:28 PST
The following layout test is failing on GTK

accessibility/range-alter-by-percent.html

http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=accessibility%2Frange-alter-by-percent.html

The diff is:
--- /stuff/webkit/webkit/WebKitBuild/Release/layout-test-results/accessibility/range-alter-by-percent-expected.txt
+++ /stuff/webkit/webkit/WebKitBuild/Release/layout-test-results/accessibility/range-alter-by-percent-actual.txt
@@ -12,8 +12,8 @@
 PASS smallRange.intValue is 5
 PASS smallRange.intValue is 6
 PASS smallRange.intValue is 7
-PASS smallRange.intValue is 6
-PASS smallRange.intValue is 5
+FAIL smallRange.intValue should be 6. Was 7.
+FAIL smallRange.intValue should be 5. Was 7.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Diego Pino 2021-04-18 23:15:07 PDT
This test is now passing in GTK and WPE.

https://results.webkit.org/?suite=layout-tests&test=accessibility%2Frange-alter-by-percent.html&platform=GTK&platform=WPE

Closing bug.