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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-move-during-layout-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "repaintRects": [ 8 "paintInvalidations": [
9 [8, 210, 100, 100], 9 {
10 [8, 110, 784, 100], 10 "object": "LayoutBlockFlow (floating) DIV",
11 [8, 110, 100, 100] 11 "rect": [8, 110, 100, 100],
12 ], 12 "reason": "location change"
13 "paintInvalidationClients": [ 13 },
14 "LayoutBlockFlow DIV id='t'", 14 {
15 "LayoutBlockFlow DIV id='s'", 15 "object": "LayoutBlockFlow (floating) DIV",
16 "LayoutBlockFlow (floating) DIV" 16 "rect": [8, 210, 100, 100],
17 "reason": "location change"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='s'",
21 "rect": [0, 0, 0, 0],
22 "reason": "location change"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='t'",
26 "rect": [8, 110, 784, 100],
27 "reason": "became visible"
28 }
17 ] 29 ]
18 } 30 }
19 ] 31 ]
20 } 32 }
21 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698