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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (relative positioned) (floating) DIV",
11 "rect": [128, 88, 80, 20],
12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutBlockFlow (relative positioned) (floating) DIV",
16 "rect": [28, 88, 80, 20],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutBlockFlow (floating) DIV", 10 "object": "LayoutBlockFlow (floating) DIV",
21 "rect": [348, 48, 60, 60], 11 "rect": [348, 48, 60, 60],
22 "reason": "style change" 12 "reason": "style change"
23 }, 13 },
24 { 14 {
25 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='fo urth'", 15 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='fo urth'",
26 "rect": [328, 28, 60, 60], 16 "rect": [328, 28, 60, 60],
27 "reason": "style change" 17 "reason": "style change"
28 }, 18 },
29 { 19 {
30 "object": "LayoutBlockFlow (floating) DIV id='third'", 20 "object": "LayoutBlockFlow (floating) DIV id='third'",
31 "rect": [248, 48, 60, 60], 21 "rect": [248, 48, 60, 60],
32 "reason": "style change" 22 "reason": "style change"
33 }, 23 },
34 { 24 {
35 "object": "LayoutBlockFlow (floating) DIV id='second'", 25 "object": "LayoutBlockFlow (floating) DIV id='second'",
36 "rect": [148, 48, 60, 60], 26 "rect": [148, 48, 60, 60],
37 "reason": "style change" 27 "reason": "style change"
38 }, 28 },
39 { 29 {
40 "object": "LayoutBlockFlow (floating) DIV id='second'", 30 "object": "LayoutBlockFlow (floating) DIV id='second'",
41 "rect": [148, 48, 60, 60], 31 "rect": [148, 48, 60, 60],
42 "reason": "layer" 32 "reason": "layer"
43 }, 33 },
44 { 34 {
45 "object": "LayoutBlockFlow (floating) DIV id='first'", 35 "object": "LayoutBlockFlow (floating) DIV id='first'",
46 "rect": [48, 48, 60, 60], 36 "rect": [48, 48, 60, 60],
47 "reason": "style change" 37 "reason": "style change"
48 },
49 {
50 "object": "LayoutBlockFlow (relative positioned) (floating) DIV",
51 "rect": [188, 28, 20, 80],
52 "reason": "incremental"
53 },
54 {
55 "object": "LayoutBlockFlow (relative positioned) (floating) DIV",
56 "rect": [88, 28, 20, 80],
57 "reason": "incremental"
58 } 38 }
59 ] 39 ]
60 } 40 }
61 ] 41 ]
62 } 42 }
63 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698