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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/rotate3d-overlap-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 2
3 { 3 {
4 "layers": [ 4 "layers": [
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 }, 10 },
11 { 11 {
12 "name": "LayoutBlockFlow (relative positioned) DIV class='box translateZ'" , 12 "name": "LayoutBlockFlow (relative positioned) DIV class='box translateZ'" ,
13 "position": [23, 23], 13 "position": [23, 23],
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 }, 57 },
58 { 58 {
59 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')", 59 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')",
60 "position": [311, 143], 60 "position": [311, 143],
61 "bounds": [110, 110], 61 "bounds": [110, 110],
62 "drawsContent": true 62 "drawsContent": true
63 } 63 }
64 ] 64 ]
65 } 65 }
66 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698