Commit 61d18394 authored by Mason Freed's avatar Mason Freed Committed by Commit Bot

Add virtual suite to test FormControlsRefresh disabled

With the [1] CL, the FormControlsRefresh flag was enabled by default
for web_tests. To keep testing the disabled case, this virtual test
suite will run the tests within the fast/forms directory with the
flag disabled.

Bug: 1035582
Change-Id: Ie635868c77d202c575ae5c0ce126575cae1d38e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1976301
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@{#726953}
parent 33342af6
...@@ -1874,6 +1874,29 @@ crbug.com/404597 fast/forms/long-text-in-input.html [ Skip ] ...@@ -1874,6 +1874,29 @@ crbug.com/404597 fast/forms/long-text-in-input.html [ Skip ]
crbug.com/552494 virtual/prefer_compositing_to_lcd_text/scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ] crbug.com/552494 virtual/prefer_compositing_to_lcd_text/scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]
# These are copied from elsewhere in this file, for the virtual/form-controls-refresh-disabled suite:
crbug.com/954349 virtual/form-controls-refresh-disabled/fast/forms/autofocus-in-sandbox-with-allow-scripts.html [ Timeout ]
crbug.com/404597 virtual/form-controls-refresh-disabled/fast/forms/long-text-in-input.html [ Skip ]
crbug.com/654999 [ Win ] virtual/form-controls-refresh-disabled/fast/forms/color/color-suggestion-picker-appearance-zoom200.html [ Pass Failure ]
crbug.com/654999 [ Linux ] virtual/form-controls-refresh-disabled/fast/forms/color/color-suggestion-picker-appearance-zoom200.html [ Pass Failure ]
crbug.com/832274 [ Linux ] virtual/form-controls-refresh-disabled/fast/forms/search/search-appearance-basic.html [ Pass Failure ]
crbug.com/832274 [ Win ] virtual/form-controls-refresh-disabled/fast/forms/search/search-appearance-basic.html [ Pass Failure ]
crbug.com/543369 virtual/form-controls-refresh-disabled/fast/forms/select-popup/popup-menu-appearance-tall.html [ Failure Pass ]
crbug.com/681468 virtual/form-controls-refresh-disabled/fast/forms/suggestion-picker/date-suggestion-picker-appearance-zoom125.html [ Failure Pass ]
crbug.com/681468 virtual/form-controls-refresh-disabled/fast/forms/suggestion-picker/date-suggestion-picker-appearance-zoom200.html [ Failure Pass ]
crbug.com/660185 [ Mac ] virtual/form-controls-refresh-disabled/fast/forms/datalist/input-appearance-range-with-transform.html [ Pass Failure ]
crbug.com/953591 [ Win ] virtual/form-controls-refresh-disabled/fast/forms/datalist/input-appearance-range-with-transform.html [ Pass Failure ]
crbug.com/591099 [ Mac ] virtual/form-controls-refresh-disabled/fast/forms/text/text-lineheight-centering.html [ Failure ]
crbug.com/770971 [ Win7 ] virtual/form-controls-refresh-disabled/fast/forms/suggested-value.html [ Pass Failure ]
# From never fix tests:
crbug.com/123456 [ Mac ] virtual/form-controls-refresh-disabled/fast/forms/select-popup/* [ Skip ]
crbug.com/123456 [ Mac ] virtual/form-controls-refresh-disabled/fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ Skip ]
crbug.com/123456 [ Mac ] virtual/form-controls-refresh-disabled/fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ Skip ]
crbug.com/123456 [ Mac ] virtual/form-controls-refresh-disabled/fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ Skip ]
crbug.com/123456 [ Mac ] virtual/form-controls-refresh-disabled/fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ Skip ]
crbug.com/123456 [ Mac ] virtual/form-controls-refresh-disabled/fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ Skip ]
crbug.com/123456 [ Mac ] virtual/form-controls-refresh-disabled/fast/forms/select/popup-with-display-none-optgroup.html [ Skip ]
crbug.com/652964 [ Linux ] virtual/text-antialias/hyphens/hyphen-min-preferred-width-mock.html [ Skip ] crbug.com/652964 [ Linux ] virtual/text-antialias/hyphens/hyphen-min-preferred-width-mock.html [ Skip ]
crbug.com/652964 [ Win ] virtual/text-antialias/hyphens/hyphen-min-preferred-width-mock.html [ Skip ] crbug.com/652964 [ Win ] virtual/text-antialias/hyphens/hyphen-min-preferred-width-mock.html [ Skip ]
crbug.com/652964 [ Linux ] virtual/text-antialias/hyphens/hyphens-align.html [ Skip ] crbug.com/652964 [ Linux ] virtual/text-antialias/hyphens/hyphens-align.html [ Skip ]
......
...@@ -703,6 +703,11 @@ ...@@ -703,6 +703,11 @@
"fast/parser"], "fast/parser"],
"args": ["--disable-blink-features=ShadowDOMV0,CustomElementsV0,HTMLImports"] "args": ["--disable-blink-features=ShadowDOMV0,CustomElementsV0,HTMLImports"]
}, },
{
"prefix": "form-controls-refresh-disabled",
"bases": ["fast/forms/"],
"args": ["--disable-features=FormControlsRefresh"]
},
{ {
"prefix": "raw-clipboard", "prefix": "raw-clipboard",
"bases": ["clipboard/async-clipboard", "bases": ["clipboard/async-clipboard",
......
This directory contains tests run with the Form Controls Refresh
(chrome://flags/#form-controls-refresh) feature disabled.
This directory contains tests run with the Form Controls Refresh
(chrome://flags/#form-controls-refresh) feature disabled.
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