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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/4776765-expected.txt

Issue 2304863002: Auto-rebaseline for r416191 (Closed)
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 27 matching lines...) Expand all
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow DIV id='div'", 40 "object": "LayoutBlockFlow DIV id='div'",
41 "reason": "layoutObject insertion" 41 "reason": "layoutObject insertion"
42 }, 42 },
43 { 43 {
44 "object": "RootInlineBox", 44 "object": "RootInlineBox",
45 "reason": "layoutObject insertion" 45 "reason": "layoutObject insertion"
46 }, 46 },
47 { 47 {
48 "object": "Caret",
49 "reason": "invalidate paint rectangle"
50 },
51 {
52 "object": "Caret",
53 "reason": "invalidate paint rectangle"
54 },
55 {
48 "object": "LayoutBR BR", 56 "object": "LayoutBR BR",
49 "reason": "layoutObject insertion" 57 "reason": "layoutObject insertion"
50 }, 58 },
51 { 59 {
52 "object": "InlineTextBox '\n'", 60 "object": "InlineTextBox '\n'",
53 "reason": "layoutObject insertion" 61 "reason": "layoutObject insertion"
54 },
55 {
56 "object": "LayoutBlockFlow DIV id='div'",
57 "reason": "invalidate paint rectangle"
58 },
59 {
60 "object": "LayoutBlockFlow DIV id='div'",
61 "reason": "invalidate paint rectangle"
62 } 62 }
63 ] 63 ]
64 } 64 }
65 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698