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

Side by Side Diff: LayoutTests/svg/foreignObject/transformed-text-invalidation.html

Issue 802833003: Remove the SVG paint culling optimization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unused field Created 6 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
(Empty)
1 <!DOCTYPE HTML>
2 <style>
3 body {
4 margin-left: -100px;
5 margin-top: -100px;
6 }
7 </style>
8 <body>
9 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xl ink" width="300" height="300">
10 <foreignObject xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3 .org/1999/xlink" width="300" height="300">
11 <svg>
12 <g transform="translate(130, 130)">
13 <text>PASS</text>
fs 2014/12/19 11:46:00 Maybe add a transform to <text> as well (see issue
pdr. 2014/12/19 18:39:15 Done.
14 </g>
15 </svg>
16 </foreignObject>
17 </svg>
18 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698