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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/compositing/overflow/textarea-scroll-touch-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 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 "layers": [ 3 "layers": [
4 { 4 {
5 "name": "LayoutView #document", 5 "name": "LayoutView #document",
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true 8 "drawsContent": true
9 }, 9 },
10 { 10 {
11 "name": "LayoutTextControl TEXTAREA", 11 "name": "LayoutTextControl TEXTAREA",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 }, 73 },
74 { 74 {
75 "name": "Scroll Corner Layer", 75 "name": "Scroll Corner Layer",
76 "position": [190, 110], 76 "position": [190, 110],
77 "bounds": [15, 15], 77 "bounds": [15, 15],
78 "drawsContent": true 78 "drawsContent": true
79 } 79 }
80 ] 80 ]
81 } 81 }
82 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698