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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt

Issue 2058053002: Revert of Convert fast/repaint/window-resize*.html into reftests (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": [2008, 2016], 2 "bounds": [2008, 2016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [2008, 2016], 5 "bounds": [2008, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 } 8 }
9 ] 9 ]
10 } 10 }
11 { 11 {
12 "bounds": [2008, 2016], 12 "bounds": [2008, 2016],
13 "children": [ 13 "children": [
14 { 14 {
15 "bounds": [2008, 2016], 15 "bounds": [2008, 2016],
16 "contentsOpaque": true, 16 "contentsOpaque": true,
17 "drawsContent": true, 17 "drawsContent": true,
18 "paintInvalidations": [ 18 "paintInvalidations": [
19 { 19 {
20 "object": "LayoutView #document", 20 "object": "LayoutView #document",
21 "rect": [0, 0, 400, 250], 21 "rect": [0, 0, 300, 300],
22 "reason": "full" 22 "reason": "full"
23 } 23 }
24 ] 24 ]
25 } 25 }
26 ] 26 ]
27 } 27 }
28 { 28 {
29 "bounds": [2008, 2016], 29 "bounds": [2008, 2016],
30 "children": [ 30 "children": [
31 { 31 {
32 "bounds": [2008, 2016], 32 "bounds": [2008, 2016],
33 "contentsOpaque": true, 33 "contentsOpaque": true,
34 "drawsContent": true 34 "drawsContent": true
35 } 35 }
36 ] 36 ]
37 } 37 }
38 { 38 {
39 "bounds": [2008, 2016], 39 "bounds": [2008, 2016],
40 "children": [ 40 "children": [
41 { 41 {
42 "bounds": [2008, 2016], 42 "bounds": [2008, 2016],
43 "contentsOpaque": true, 43 "contentsOpaque": true,
44 "drawsContent": true, 44 "drawsContent": true,
45 "paintInvalidations": [ 45 "paintInvalidations": [
46 { 46 {
47 "object": "LayoutView #document", 47 "object": "LayoutView #document",
48 "rect": [0, 0, 800, 600], 48 "rect": [0, 0, 250, 250],
49 "reason": "full" 49 "reason": "full"
50 } 50 }
51 ] 51 ]
52 } 52 }
53 ] 53 ]
54 } 54 }
55 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698