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

Unified Diff: LayoutTests/css3/blending/background-blend-mode-overlapping-accelerated-elements-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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/blending/mix-blend-mode-with-masking-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.html
diff --git a/LayoutTests/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.html b/LayoutTests/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.html
deleted file mode 100644
index b4760be992ee01efb210eeb1e3b62a2918dfaa05..0000000000000000000000000000000000000000
--- a/LayoutTests/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
-<style>
- div {
- width: 160px;
- height: 160px;
- transform: rotateY(30deg) rotateX(-30deg);
- color: black;
- }
-
- .a {
- background: rgba(200, 200, 156, 1);
- }
-
- .b, .c {
- width: 120px;
- height: 120px;
- }
-
- .b {
- background: rgba(55, 55, 99, 1);
- color: yellow;
- }
-
- .c {
- background: rgba(155, 155, 199, 1);
- color: white;
- margin-top: -90px;
- }
-
-</style>
-</head>
-<!-- Test to validate that background blending is working properly for series of hardware accelerated elements. -->
-<body>
- <div class="a">sample<div class="b">sample</div></div>
-
- <div class="a">sample<div class="b">sample</div>sample<div class="c">sample</div></div>
-
- <div class="a">sample
- <div class="b">sample</div>
- <div class="c" style="position:absolute; z-index: -1;">sample sample sample sample sample sample sample sample sample sample sample sample</div>
- </div>
-</body>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/blending/mix-blend-mode-with-masking-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698