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

Unified Diff: LayoutTests/svg/foreignObject/transformed-text-invalidation-expected.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
Index: LayoutTests/svg/foreignObject/transformed-text-invalidation-expected.html
diff --git a/LayoutTests/svg/foreignObject/transformed-text-invalidation-expected.html b/LayoutTests/svg/foreignObject/transformed-text-invalidation-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..69c3869ccde7309a036e42f85990e639545e6d51
--- /dev/null
+++ b/LayoutTests/svg/foreignObject/transformed-text-invalidation-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML>
+<style>
+ body {
+ margin: 0;
+ padding: 0;
+ }
+</style>
+<body>
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300">
+ <g transform="translate(30, 30)">
+ <text>PASS</text>
+ </g>
+ </svg>
+</body>
« no previous file with comments | « LayoutTests/svg/foreignObject/transformed-text-invalidation.html ('k') | Source/core/paint/SVGContainerPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698