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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/virtual/gpu-rasterization/images/repaint-subrect-grid-expected.txt

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='mask'", 10 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 { 114 {
115 "object": "LayoutBlockFlow (positioned) DIV id='mask'", 115 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
116 "rect": [-100, -100, 19, 19], 116 "rect": [-100, -100, 19, 19],
117 "reason": "location change" 117 "reason": "location change"
118 } 118 }
119 ] 119 ]
120 } 120 }
121 ] 121 ]
122 } 122 }
123 123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698