Bug 127740
| Summary: | [GTK] Layout Test accessibility/range-alter-by-percent.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, dpino |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=accessibility%2Frange-alter-by-percent.html | ||
Carlos Alberto Lopez Perez
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
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.