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

Side by Side Diff: LayoutTests/platform/win-xp/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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "children": [
8 {
9 "bounds": [800, 70],
10 "isolate": true,
11 "drawsContent": true,
12 "children": [
13 {
14 "position": [8, 18],
15 "bounds": [10, 10],
16 "blendMode": "multiply",
17 "contentsOpaque": true,
18 "drawsContent": true,
19 "backgroundColor": "#0000FF",
20 "children": [
21 {
22 "bounds": [10, 10],
23 "contentsOpaque": true,
24 "drawsContent": true,
25 "backgroundColor": "#FFFF00"
26 }
27 ]
28 }
29 ]
30 }
31 ]
32 }
33 ]
34 }
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698