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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/text-positioning-mutate-textnode-expected.html

Issue 1854123002: Rebuild layout attributes on layout instead of on layout tree updates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/text/text-positioning-mutate-textnode-expected.html
diff --git a/third_party/WebKit/LayoutTests/svg/text/text-positioning-mutate-textnode-expected.html b/third_party/WebKit/LayoutTests/svg/text/text-positioning-mutate-textnode-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..8e28c4f82af146e18335c2452005977811358000
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/text/text-positioning-mutate-textnode-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<svg width="400px" height="400px">
+ <text font-size="40">
+ <tspan dy="40">123</tspan>
+ <tspan dy="40">456</tspan>
+ </text>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698