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

Side by Side Diff: LayoutTests/platform/win/virtual/softwarecompositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling-expected.txt

Issue 99903006: Revert "See also webkit.org/b/113415" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 | Annotate | Revision Log
OLDNEW
1 This test ensures that the descendants of children of non-stacking context overf low-scroll divs do not get promoted needlessly. Only the immediate child of an o verflow-scroll div, or an unclipped descendant, need to be promoted. 1 This test ensures that the descendants of children of non-stacking context overf low-scroll divs do not get promoted needlessly. Only the immediate child of an o verflow-scroll div, or an unclipped descendant, need to be promoted.
2 2
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 1832.00 1682.00) 4 (bounds 1832.00 1682.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 1832.00 1682.00) 7 (bounds 1832.00 1682.00)
8 (contentsOpaque 1) 8 (contentsOpaque 1)
9 (drawsContent 1) 9 (drawsContent 1)
10 (children 4 10 (children 4
11 (GraphicsLayer 11 (GraphicsLayer
12 (position 28.00 320.00) 12 (position 28.00 320.00)
13 (bounds 402.00 402.00) 13 (bounds 402.00 402.00)
14 (drawsContent 1) 14 (drawsContent 1)
15 (children 4 15 (children 4
16 (GraphicsLayer 16 (GraphicsLayer
17 (position 1.00 1.00) 17 (position 1.00 1.00)
18 (bounds 385.00 385.00) 18 (bounds 385.00 385.00)
19 (children 1 19 (children 1
20 (GraphicsLayer 20 (GraphicsLayer
21 (bounds 385.00 950.00) 21 (bounds 385.00 940.00)
22 ) 22 )
23 ) 23 )
24 ) 24 )
25 (GraphicsLayer 25 (GraphicsLayer
26 (position 1.00 386.00) 26 (position 1.00 386.00)
27 (bounds 385.00 15.00) 27 (bounds 385.00 15.00)
28 (drawsContent 1) 28 (drawsContent 1)
29 ) 29 )
30 (GraphicsLayer 30 (GraphicsLayer
31 (position 386.00 1.00) 31 (position 386.00 1.00)
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 (contentsOpaque 1) 66 (contentsOpaque 1)
67 ) 67 )
68 ) 68 )
69 ) 69 )
70 ) 70 )
71 ) 71 )
72 ) 72 )
73 ) 73 )
74 74
75 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698