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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/geometry/composited-in-columns-expected.txt

Issue 2896033003: Revert of No extra space emission in TextIterator::HandleTextNode (Closed)
Patch Set: Rebaseline Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow DIV class='composited block'", 10 "name": "LayoutBlockFlow DIV class='composited block'",
11 "position": [14, 162], 11 "position": [14, 162],
(...skipping 20 matching lines...) Expand all
32 "name": "LayoutBlockFlow DIV class='composited box'", 32 "name": "LayoutBlockFlow DIV class='composited box'",
33 "position": [5, 5], 33 "position": [5, 5],
34 "bounds": [50, 50], 34 "bounds": [50, 50],
35 "contentsOpaque": true, 35 "contentsOpaque": true,
36 "drawsContent": true, 36 "drawsContent": true,
37 "backgroundColor": "#008000" 37 "backgroundColor": "#008000"
38 } 38 }
39 ] 39 ]
40 } 40 }
41 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698