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

Unified Diff: third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-background-size.html

Issue 2564423003: [Blink>Paint] Document element cannot always omit isolation (Closed)
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-background-size.html
diff --git a/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-background-size.html b/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-background-size.html
index a7ace3fb5ebc28c21cffa1d25f2586291c967131..9aa01f2f436cac4cf33490ae13cc348156919c92 100644
--- a/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-background-size.html
+++ b/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-background-size.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
-<html>
+<html style="background: olive;">
<head>
<style>
div {
@@ -7,7 +7,7 @@
height: 60px;
}
</style>
-<body style="background: olive;">
+<body style="background: olive; position: relative; z-index: 0;">
<div style="background: red; mix-blend-mode: multiply"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698