Commit 401b7c8c authored by Mason Freed's avatar Mason Freed Committed by Commit Bot

Final cleanup of layout tests with FormControlsRefresh enabled

The [1] CL enabled the FormControlsRefresh feature by default for
Windows, Linux, and ChromeOS, which changed many layout tests. This
is the final patch cleaning up after the rebaseline effort.

One test just needed a modification (button-with-float), while the
other four are test issues. I've created bugs for each and marked
them in TestExpectations.

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

Bug: 1035582
Change-Id: I727aec7fe00fd1ced8e1ca6e84739710a0fbf55c
Cq-Do-Not-Cancel-Tryjobs: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028302
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@{#740501}
parent 2d0e0afe
......@@ -1850,40 +1850,12 @@ crbug.com/987224 [ IOS ] virtual/cascade/external/wpt/css/css-paint-api/idlharne
# ====== Cascade failures until here ======
# ====== Form Controls Refresh (chrome://flags/#form-controls-refresh) failures from here ======
# ======
# From this point until the end of the Form Controls Refresh section, these are
# in-progress rebaselines, tracked at crbug.com/1035582.
#
# PLEASE DO NOT PUT ANYTHING INSIDE THIS SECTION!!
# ======
# These need another look (timeout):
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 ]
# Still broken, all platforms:
crbug.com/1035582 fast/forms/button/button-with-float.html [ Skip ]
crbug.com/1035582 fast/forms/select/listbox-overlay-scrollbar.html [ Skip ]
crbug.com/1035582 external/wpt/css/css-transforms/transform-input-015.html [ Skip ]
# ======
# ====== End of rebaselines for crbug.com/1035582 ======
# ======
#
# PLEASE put new form controls refresh failures BELOW THIS LINE, and CREATE A NEW BUG NUMBER.
#
crbug.com/1035582 [ Mac10.10 ] virtual/controls-refresh-hc/virtual/controls-refresh/color-scheme/select/select-multiple-hover-focused-unselected.html [ Skip ]
crbug.com/1035582 [ Mac10.10 ] virtual/controls-refresh-hc/virtual/controls-refresh/color-scheme/select/select-multiple-appearance-basic.html [ Skip ]
# Bug in FormControlsRefresh <select multiple> tap behavior:
crbug.com/1045672 fast/forms/select/listbox-tap.html [ Failure ]
# ====== Form Controls Refresh failures until here ======
### sheriff 2019-07-16
crbug.com/983799 [ Win ] http/tests/navigation/redirect-on-back-updates-history-item.html [ Timeout Pass ]
crbug.com/983789 [ Win7 ] http/tests/cookies/js-set-null.html [ Pass Failure ]
......@@ -1973,6 +1945,14 @@ crbug.com/410974 virtual/threaded-prefer-compositing/fast/scroll-behavior/scroll
crbug.com/518987 http/tests/xmlhttprequest/navigation-abort-detaches-frame.html [ Pass Timeout ]
# Tests that fail when FormControlsRefresh is enabled:
crbug.com/1051136 fast/forms/select/listbox-overlay-scrollbar.html [ Failure ]
crbug.com/1051141 external/wpt/css/selectors/focus-visible-003-manual.html [ Timeout ]
crbug.com/1051141 external/wpt/css/selectors/focus-visible-004-manual.html [ Timeout ]
# This test needs the fuzzy-diff feature - it has small anti-aliasing failures:
crbug.com/1051143 external/wpt/css/css-transforms/transform-input-015.html [ Pass Failure ]
# These performance-sensitive user-timing tests are flaky in debug on all platforms, and flaky on all configurations of windows.
# See: crbug.com/567965, crbug.com/518992, and crbug.com/518993
......
......@@ -5,8 +5,9 @@
position: relative;
-webkit-appearance: none;
border: 1px solid black;
border-radius: 0;
padding: 0;
background-color: buttonface;
border-radius: 0;
}
.margin {
......
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