Commit 066000bd authored by Darwin Huang's avatar Darwin Huang Committed by Commit Bot

Clipboard API: Move Feature Policy TestExpectation failures.

Sheriffs correctly disabled these Clipboard API Feature Policy tests,
that were failing on same-origin iframes not getting focus quickly
enough on MacOS. That said, while this issue wasn't completely expected,
we did know of an underlying issue that could lead to this, so move
these 2 test failures to be grouped with related cross-origin failures.

These test failures are due to focus() on Chrome not being synchronous,
as specified. These tests are not being immediately fixed, as the
synchronous focus() not existing on Chrome is not specified, so we
shouldn't add waiting for this async focus behavior until either:
 (1) this is specified (hopefully this will happen), or
 (2) focus() is sync on Chrome (unlikely given cross-origin security)

Bug: 1104125, 1105278
Change-Id: I91cc3c20eb7af4357669548e906bf0b7fc7f0298
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303286
Auto-Submit: Darwin Huang <huangdarwin@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790053}
parent 2bb7f740
......@@ -220,6 +220,8 @@ crbug.com/1074482 external/wpt/clipboard-apis/feature-policy/clipboard-read/clip
crbug.com/1074482 external/wpt/clipboard-apis/feature-policy/clipboard-read/clipboard-read-enabled-by-feature-policy-attribute-cross-origin-tentative.https.sub.html [ Pass Failure ]
crbug.com/1074482 external/wpt/clipboard-apis/feature-policy/clipboard-write/clipboard-write-enabled-by-feature-policy-cross-origin-tentative.https.sub.html [ Pass Failure ]
crbug.com/1074482 external/wpt/clipboard-apis/feature-policy/clipboard-write/clipboard-write-enabled-by-feature-policy-attribute-cross-origin-tentative.https.sub.html [ Pass Failure ]
crbug.com/1105278 [ Mac ] external/wpt/clipboard-apis/feature-policy/clipboard-write/clipboard-write-enabled-on-self-origin-by-feature-policy.tentative.https.sub.html [ Pass Failure ]
crbug.com/1104125 [ Mac ] external/wpt/clipboard-apis/feature-policy/clipboard-read/clipboard-read-enabled-on-self-origin-by-feature-policy.tentative.https.sub.html [ Pass Failure ]
# This test has a bug in it that prevents it from being able to deal with order
# differences it claims to support.
......@@ -6887,7 +6889,6 @@ crbug.com/1083302 media/controls/volumechange-muted-attribute.html [ Pass Failur
# Sheriff 2020-07-10
crbug.com/1104118 [ Win ] fast/forms/color/color-suggestion-picker-appearance-value-attribute.html [ Pass Failure ]
crbug.com/1104125 [ Mac ] external/wpt/clipboard-apis/feature-policy/clipboard-read/clipboard-read-enabled-on-self-origin-by-feature-policy.tentative.https.sub.html [ Pass Failure ]
crbug.com/1104134 [ Mac10.14 ] virtual/controls-refresh-hc/fast/forms/color-scheme/range/range-pressed-state.html [ Pass Failure ]
crbug.com/1102167 external/wpt/fetch/redirect-navigate/preserve-fragment.html [ Timeout Pass ]
......@@ -6913,7 +6914,6 @@ crbug.com/1105274 http/tests/devtools/tracing/timeline-js/timeline-js-line-level
crbug.com/1105275 [ Mac ] fast/dom/Window/window-onFocus.html [ Pass Failure ]
crbug.com/1105276 [ Mac ] virtual/threaded/fast/scroll-snap/snaps-after-keyboard-scrolling-rtl.html [ Pass Failure ]
crbug.com/1105278 [ Mac ] external/wpt/clipboard-apis/feature-policy/clipboard-write/clipboard-write-enabled-on-self-origin-by-feature-policy.tentative.https.sub.html [ Pass Failure ]
crbug.com/1105279 [ Mac ] virtual/threaded/fast/scroll-snap/snaps-for-different-key-granularity.html [ Pass Timeout Failure ]
# Sheriff 2020-07-15
......
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