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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt

Issue 2037263002: Auto-rebaseline for r397912 (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 "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 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 108], 10 "position": [8, 108],
(...skipping 12 matching lines...) Expand all
23 "position": [5, 5], 23 "position": [5, 5],
24 "bounds": [185, 185], 24 "bounds": [185, 185],
25 "shouldFlattenTransform": false, 25 "shouldFlattenTransform": false,
26 "children": [ 26 "children": [
27 { 27 {
28 "bounds": [400, 400], 28 "bounds": [400, 400],
29 "drawsContent": true, 29 "drawsContent": true,
30 "paintInvalidations": [ 30 "paintInvalidations": [
31 { 31 {
32 "object": "LayoutBlockFlow DIV id='container'", 32 "object": "LayoutBlockFlow DIV id='container'",
33 "rect": [-5, -5, 210, 210],
34 "reason": "style change" 33 "reason": "style change"
35 } 34 }
36 ] 35 ]
37 } 36 }
38 ] 37 ]
39 }, 38 },
40 { 39 {
41 "bounds": [210, 210], 40 "bounds": [210, 210],
42 "children": [ 41 "children": [
43 { 42 {
(...skipping 11 matching lines...) Expand all
55 } 54 }
56 ] 55 ]
57 } 56 }
58 ] 57 ]
59 } 58 }
60 ] 59 ]
61 } 60 }
62 ] 61 ]
63 } 62 }
64 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698