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

Unified 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: Fix test for the moon lander. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/foreignObject/transformed-text-invalidation-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/foreignObject/transformed-text-invalidation.html
diff --git a/LayoutTests/svg/foreignObject/transformed-text-invalidation.html b/LayoutTests/svg/foreignObject/transformed-text-invalidation.html
new file mode 100644
index 0000000000000000000000000000000000000000..e1941b05744f38ddca221c42feca325d53127f1f
--- /dev/null
+++ b/LayoutTests/svg/foreignObject/transformed-text-invalidation.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML>
+<style>
+ body {
+ margin-left: -140px;
+ margin-top: -120px;
+ }
+</style>
+<body>
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300">
+ <foreignObject xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300">
+ <svg>
+ <g transform="translate(130, 130)">
+ <text x="40" y="20">PASS</text>
+ </g>
+ </svg>
+ </foreignObject>
+ </svg>
+</body>
« no previous file with comments | « no previous file | LayoutTests/svg/foreignObject/transformed-text-invalidation-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698