Commit b1d9f1b5 authored by Robert Ma's avatar Robert Ma Committed by Commit Bot

Recover unintentionally deleted tests during wpt-import

This CL relands the test portion (web_tests/*) of r1979258, and removes
external/wpt/css/compositing from W3CImportExpectations.

It is marked as No-Export because the tests were successfully upstreamed
to WPT and are not deleted (this is the expected behaviour;
W3CImportExpectations does not affect upstream):
https://github.com/web-platform-tests/wpt/commit/4209d7961bab7dce31baab0918fa9f6dcd74bd8d

No-Export: True
Bug: 1044405
Change-Id: Ie59c35118de96256816fa35f20aca1c10f5759b6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013476
Auto-Submit: Robert Ma <robertma@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: default avatarXianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734045}
parent d0e43f55
......@@ -219,3 +219,4 @@ crbug.com/1041322 virtual/threaded/synthetic_gestures/synthetic-pinch-zoom-gestu
crbug.com/1041322 virtual/threaded/synthetic_gestures/synthetic-pinch-zoom-gesture-touchscreen-zoom-out-slow.html [ Crash ]
crbug.com/1041322 virtual/threaded/synthetic_gestures/synthetic-pinch-zoom-gesture-touchscreen.html [ Crash ]
external/wpt/css/compositing/root-element-blend-mode.html [ Failure ]
......@@ -53,6 +53,7 @@ crbug.com/887140 virtual/hdr/video-canvas-alpha.html [ Failure ]
crbug.com/1014421 external/wpt/css/cssom-view/MediaQueryList-addListener-handleEvent.html [ Timeout ]
# Tested by paint/background/root-element-background-transparency.html for now.
external/wpt/css/compositing/root-element-background-transparency.html [ Failure ]
# ====== Site Isolation failures from here ======
# See also third_party/blink/web_tests/virtual/not-site-per-process/README.md
......
......@@ -86,7 +86,6 @@ external/wpt/css/CSS2/visuren [ Skip ]
external/wpt/css/CSS2/zindex [ Skip ]
external/wpt/css/CSS2/zorder [ Skip ]
external/wpt/css/WOFF2 [ Skip ]
external/wpt/css/compositing [ Skip ]
external/wpt/css/css-counter-styles [ Skip ]
external/wpt/css/css-display/run-in [ Skip ]
external/wpt/css/css-exclusions [ Skip ]
......
<!doctype HTML>
<title>Backround color transparency on the root element blends with a white backdrop</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/compositing/#pagebackdrop">
<html style="background: rgb(150, 150, 150)">
<div id=spacer style="width: 100px; height: 3000px"></div>
</html>
<!doctype HTML>
<title>Backround color transparency on the root element blends with a white backdrop</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/compositing/#pagebackdrop">
<link rel="match" href="root-element-background-transparency-ref.html">
<html style="background: rgba(45, 45, 45, 0.5)">
<div id=spacer style="width: 100px; height: 3000px"></div>
</html>
<!doctype HTML>
<title>Blend-mode on the root stacking context blends with the root element's background.</title>
<html style="background: #000">
<div style="width: 50px; height: 50px; background: #000"></div>
<div id=spacer style="width: 100px; height: 3000px"></div>
</html>
<!doctype HTML>
<title>Blend-mode on the root stacking context blends with the root element's background.</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/compositing/#pagebackdrop">
<link rel="match" href="root-element-blend-mode-ref.html">
<html style="background: #000;">
<div style="width: 50px; height: 50px; background: #E33; mix-blend-mode: multiply"></div>
<div id=spacer style="width: 100px; height: 3000px"></div>
</html>
<!doctype HTML>
<title>A filter on the root element applies to its background</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/compositing/#pagebackdrop">
<html style="background: #FFF">
<div style="width: 50px; height: 50px; background: #1CC"></div>
<div id=spacer style="width: 100px; height: 3000px"></div>
</html>
<!doctype HTML>
<title>A filter on the root element applies to its background</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/compositing/#pagebackdrop">
<link rel="match" href="root-element-filter-ref.html">
<html style="filter: invert(1); background: #000">
<div style="width: 50px; height: 50px; background: #E33"></div>
<div id=spacer style="width: 100px; height: 3000px"></div>
</html>
<!doctype HTML>
<title>Opacity on the root element blends with a white backdrop</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/compositing/#pagebackdrop">
<html style="background: #DDD">
<div id=spacer style="width: 100px; height: 3000px"></div>
</html>
<!doctype HTML>
<title>Opacity on the root element blends with a white background</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/compositing/#pagebackdrop">
<link rel="match" href="root-element-opacity-ref.html">
<html style="background: #BBB; opacity: 0.5">
<div id=spacer style="width: 100px; height: 3000px"></div>
</html>
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