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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-iframes-in-scrollable-page-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 In all iframes, the green fixed-position element should not be composited. 1 In all iframes, the green fixed-position element should not be composited.
2 { 2 {
3 "layers": [ 3 "layers": [
4 { 4 {
5 "name": "LayoutView #document", 5 "name": "LayoutView #document",
6 "bounds": [785, 4016], 6 "bounds": [785, 4016],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true 8 "drawsContent": true
9 }, 9 },
10 { 10 {
(...skipping 11 matching lines...) Expand all
22 "drawsContent": true 22 "drawsContent": true
23 }, 23 },
24 { 24 {
25 "name": "LayoutIFrame (positioned) IFRAME id='iframe3'", 25 "name": "LayoutIFrame (positioned) IFRAME id='iframe3'",
26 "position": [10, 380], 26 "position": [10, 380],
27 "bounds": [154, 154], 27 "bounds": [154, 154],
28 "drawsContent": true 28 "drawsContent": true
29 } 29 }
30 ] 30 ]
31 } 31 }
32 Composited box underneath iframe. 32 Composited box underneath iframe.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698