Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: LayoutTests/css3/filters/css-opacity-with-drop-shadow-expected.html

Issue 779383003: Impl-side painting for css*/ layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix mix-blend-mode-with-masking expectation Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/css3/filters/css-opacity-with-drop-shadow-expected.html
diff --git a/LayoutTests/css3/filters/css-opacity-with-drop-shadow-expected.html b/LayoutTests/css3/filters/css-opacity-with-drop-shadow-expected.html
deleted file mode 100644
index 5f5ff287cafa31d6b07ce41038098716040e6c39..0000000000000000000000000000000000000000
--- a/LayoutTests/css3/filters/css-opacity-with-drop-shadow-expected.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>This test verifies that an element's drop shadow filter is not clipped when a CSS opacity property is applied.</title>
- <!--
- This is the reference file for the the test.
- If the associated test passes, you should see a gray square and a light green square.
- -->
- <style>
- body {
- margin: 0;
- }
- #filtered {
- background-color: black;
- opacity: 0.5;
- width: 100px;
- height: 100px;
- }
- #drop-shadow {
- background-color: #0f0;
- opacity: 0.5;
- position: absolute;
- top: 110px;
- left: 110px;
- width: 100px;
- height: 100px;
- }
- </style>
-</head>
-<body>
- <div id="filtered"></div>
- <div id="drop-shadow"></div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698