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

Unified Diff: LayoutTests/platform/linux/css3/compositing/mix-blend-mode-composited-layers-expected.txt

Issue 551613002: Auto-rebaseline for r181492 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months 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/platform/linux/css3/compositing/mix-blend-mode-composited-layers-expected.txt
diff --git a/LayoutTests/platform/linux/css3/compositing/mix-blend-mode-composited-layers-expected.txt b/LayoutTests/platform/linux/css3/compositing/mix-blend-mode-composited-layers-expected.txt
deleted file mode 100644
index a1b9f887221afcbac8eac885df7654c3328c9c39..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/linux/css3/compositing/mix-blend-mode-composited-layers-expected.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "children": [
- {
- "bounds": [800, 70],
- "isolate": true,
- "drawsContent": true,
- "children": [
- {
- "position": [8, 18],
- "bounds": [10, 10],
- "blendMode": "multiply",
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "children": [
- {
- "bounds": [10, 10],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFFF00"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698