WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
194606
[GTK] accessibility/set-value-not-work-for-disabled-sliders.html is failing
https://bugs.webkit.org/show_bug.cgi?id=194606
Summary
[GTK] accessibility/set-value-not-work-for-disabled-sliders.html is failing
Alicia Boya García
Reported
2019-02-13 12:54:10 PST
The following test fails in GTK: accessibility/set-value-not-work-for-disabled-sliders.html Failing since
r240937
:
r240941
--- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/accessibility/set-value-not-work-for-disabled-sliders-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/accessibility/set-value-not-work-for-disabled-sliders-actual.txt @@ -5,14 +5,14 @@ PASS slider.intValue is 50 +FAIL slider.intValue should be 50. Was 55. +FAIL slider.intValue should be 50. Was 45. PASS slider.intValue is 50 +FAIL slider.intValue should be 50. Was 55. +FAIL slider.intValue should be 50. Was 45. PASS slider.intValue is 50 -PASS slider.intValue is 50 -PASS slider.intValue is 50 -PASS slider.intValue is 50 -PASS slider.intValue is 50 -PASS slider.intValue is 50 -PASS slider.intValue is 50 +FAIL slider.intValue should be 50. Was 55. +FAIL slider.intValue should be 50. Was 45. PASS slider.intValue is 50 PASS slider.intValue is 55 PASS slider.intValue is 45
Attachments
Add attachment
proposed patch, testcase, etc.
Alicia Boya García
Comment 1
2019-02-13 12:56:57 PST
Commit that introduced the test: commit 4ae5a042972bcf10abbf1cd9904d412b56ab482f Author:
commit-queue@webkit.org
<
commit-queue@webkit.org
@268f45cc-cd09-0410-ab3c-d52691b4dbfc> Date: Mon Feb 4 21:03:20 2019 +0000 Source/WebCore: When performing Increment or Decrement on sliders, check to see if the slider is disabled.
https://bugs.webkit.org/show_bug.cgi?id=173497
Patch by Eric Liang <
ericliang@apple.com
> on 2019-02-04 Reviewed by Chris Fleizach. Test: accessibility/set-value-not-work-for-disabled-sliders.html * accessibility/AccessibilityNodeObject.cpp: (WebCore::AccessibilityNodeObject::alterSliderValue): LayoutTests: Check if slider value changed after calling AX Increment or Decrement on disabled sliders.
https://bugs.webkit.org/show_bug.cgi?id=193497
Patch by Eric Liang <
ericliang@apple.com
> on 2019-02-04 Reviewed by Chris Fleizach. * accessibility/set-value-not-work-for-disabled-sliders.html: Added. git-svn-id:
http://svn.webkit.org/repository/webkit/trunk@240939
268f45cc-cd09-0410-ab3c-d52691b4dbfc
Diego Pino
Comment 2
2023-06-26 01:04:49 PDT
This is timing out after
264747@main
.
https://results.webkit.org/?suite=layout-tests&test=accessibility%2Fset-value-not-work-for-disabled-sliders.html&platform=GTK&platform=WPE
```
https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/265506%40main%20%2811582%29/accessibility/set-value-not-work-for-disabled-sliders-diff.txt
--- /home/buildbot/worker/GTK-Linux-64-bit-Release-Tests/build/layout-test-results/accessibility/set-value-not-work-for-disabled-sliders-expected.txt +++ /home/buildbot/worker/GTK-Linux-64-bit-Release-Tests/build/layout-test-results/accessibility/set-value-not-work-for-disabled-sliders-actual.txt @@ -1,31 +1,3 @@ -This tests that disabled sliders can't be incremented or decremented. +FAIL: Timed out waiting for notifyDone to be called ... ```
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug