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

Side by Side Diff: LayoutTests/svg/repaint/shape-transform-change-expected.txt

Issue 260963012: Override repaintTreeAfterLayout for RenderSVGModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adjust TC again for increased resilience to platform differences. Created 6 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 | Annotate | Revision Log
OLDNEW
1 Test if applying a transform to a <rect> properly repaints the <rect>.
2
3 Pass if there's a green 200x200 (px) rectangle below, and no red visible.
4
1 (GraphicsLayer 5 (GraphicsLayer
2 (bounds 800.00 600.00) 6 (bounds 800.00 600.00)
3 (children 1 7 (children 1
4 (GraphicsLayer 8 (GraphicsLayer
5 (bounds 800.00 600.00) 9 (bounds 800.00 600.00)
6 (contentsOpaque 1) 10 (contentsOpaque 1)
7 (drawsContent 1) 11 (drawsContent 1)
8 (repaint rects 12 (repaint rects
9 (rect 8.00 8.00 100.00 100.00) 13 (rect 8.00 8.00 100.00 100.00)
14 (rect 8.00 8.00 200.00 200.00)
10 ) 15 )
11 ) 16 )
12 ) 17 )
13 ) 18 )
14 19
OLDNEW
« no previous file with comments | « LayoutTests/svg/repaint/shape-transform-change.html ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698