Commit 2e6f7702 authored by Mason Freed's avatar Mason Freed Committed by Commit Bot

Rebaseline layout tests with FormControlsRefresh enabled (CL 1)

The [1] CL enabled the FormControlsRefresh feature by default for
Windows, Linux, and ChromeOS. In the process, many layout tests were
disabled, because the form controls have a different appearance with
the feature enabled. This is one of several patches rebaselining those
disabled tests.

[1] http://crrev.com/c/1967608

Bug: 1035582

Change-Id: I6d53990de99466a718bda5bff923b026b2b0c4a0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986331
Auto-Submit: Mason Freed <masonfreed@chromium.org>
Commit-Queue: Stephen Chenney <schenney@chromium.org>
Reviewed-by: default avatarStephen Chenney <schenney@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728356}
parent f241edfb
......@@ -1946,22 +1946,11 @@ crbug.com/1035582 virtual/web-components-v0-disabled/fast/parser/document-write-
crbug.com/1035582 virtual/cascade/fast/forms/color/color-suggestion-picker-appearance.html [ Failure Pass ]
crbug.com/1035582 virtual/cascade/fast/forms/calendar-picker/calendar-picker-appearance-zoom125.html [ Failure Pass ]
# These fail only on Linux:
crbug.com/1035582 [ Linux ] external/wpt/css/selectors/focus-visible-003-manual.html [ Failure Pass Timeout ]
crbug.com/1035582 [ Linux ] external/wpt/css/selectors/focus-visible-004-manual.html [ Failure Pass Timeout ]
crbug.com/1035582 [ Linux ] fast/forms/datalist/input-appearance-range-with-transform.html [ Failure Pass ]
crbug.com/1035582 [ Linux ] fast/forms/range/slider-mouse-events.html [ Failure Pass ]
crbug.com/1035582 [ Linux ] fast/forms/range/slider-zoomed.html [ Failure Pass ]
crbug.com/1035582 [ Linux ] fast/forms/select-popup/popup-menu-appearance-zoom.html [ Failure Pass ]
crbug.com/1035582 [ Linux ] virtual/scalefactor150/fast/hidpi/static/calendar-picker-appearance.html [ Failure Pass ]
crbug.com/1035582 [ Linux ] virtual/scalefactor150/fast/hidpi/static/data-suggestion-picker-appearance.html [ Failure Pass ]
crbug.com/1035582 [ Linux ] virtual/scalefactor200/fast/hidpi/static/data-suggestion-picker-appearance.html [ Failure Pass ]
crbug.com/1035582 [ Linux ] virtual/scalefactor200withzoom/fast/hidpi/static/calendar-picker-appearance.html [ Failure Pass ]
crbug.com/1035582 [ Linux ] virtual/scalefactor200withzoom/fast/hidpi/static/data-suggestion-picker-appearance.html [ Failure Pass ]
# These need test modification: the Color picker now pops up a dialog.
crbug.com/1035582 external/wpt/css/selectors/focus-visible-003-manual.html [ Skip ]
crbug.com/1035582 external/wpt/css/selectors/focus-visible-004-manual.html [ Skip ]
# These fail only on Windows:
crbug.com/1035582 [ Win ] external/wpt/css/selectors/focus-visible-003-manual.html [ Failure Pass Timeout ]
crbug.com/1035582 [ Win ] external/wpt/css/selectors/focus-visible-004-manual.html [ Failure Pass Timeout ]
crbug.com/1035582 [ Win ] fast/forms/range/slider-mouse-events.html [ Failure Pass ]
crbug.com/1035582 [ Win ] fast/forms/range/slider-zoomed.html [ Failure Pass ]
crbug.com/1035582 [ Win ] fast/forms/select-popup/popup-menu-appearance-coarse.html [ Failure Pass ]
......
This tests that slider controls get mousedown, mousemove, input, and mouseup events and properly set its value.
mousemove
mousedown
0
mousemove
input
mouseup
35
mousemove
mousedown
input
0
mousemove
input
mouseup
20
This tests that slider controls get mousedown, mousemove, input, and mouseup events and properly set its value.
mousemove
mousedown
0
mousemove
input
mouseup
40
mousemove
mousedown
input
5
mousemove
input
mouseup
20
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment