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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/replaced-clipped-positioned-not-wrong-incremental-repainting-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (relative positioned) (floating) DIV class= 'imgContainer'", 12 "object": "LayoutBlockFlow (relative positioned) (floating) DIV class= 'imgContainer'",
11 "rect": [8, 8, 194, 237], 13 "rect": [8, 8, 194, 237],
12 "reason": "location change" 14 "reason": "location change"
13 }, 15 },
14 { 16 {
15 "object": "LayoutImage IMG", 17 "object": "LayoutImage IMG",
16 "rect": [8, 8, 194, 232], 18 "rect": [8, 8, 194, 232],
17 "reason": "location change" 19 "reason": "location change"
18 },
19 {
20 "object": "LayoutText #text",
21 "reason": "none"
22 },
23 {
24 "object": "RootInlineBox",
25 "reason": "full"
26 } 20 }
27 ] 21 ]
28 } 22 }
23 ],
24 "objectPaintInvalidations": [
25 {
26 "object": "LayoutBlockFlow (relative positioned) (floating) DIV class='img Container'",
27 "reason": "location change"
28 },
29 {
30 "object": "RootInlineBox",
31 "reason": "location change"
32 },
33 {
34 "object": "LayoutImage IMG",
35 "reason": "location change"
36 },
37 {
38 "object": "LayoutText #text",
39 "reason": "none"
40 }
29 ] 41 ]
30 } 42 }
31 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698