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

Unified Diff: LayoutTests/svg/dynamic-updates/SVGUseElement-target-changed-expected.txt

Issue 234633004: Update <use> trees when the referenced element is changed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: LayoutTests/svg/dynamic-updates/SVGUseElement-target-changed-expected.txt
diff --git a/LayoutTests/svg/dynamic-updates/SVGUseElement-target-changed-expected.txt b/LayoutTests/svg/dynamic-updates/SVGUseElement-target-changed-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d1720367a71c9786299972e39663a542934b268d
--- /dev/null
+++ b/LayoutTests/svg/dynamic-updates/SVGUseElement-target-changed-expected.txt
@@ -0,0 +1,12 @@
+Adding or removing the element referenced by should update the rendering.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS use.getBoundingClientRect().width is 200
+PASS use.getBoundingClientRect().width is 0
+PASS use.getBoundingClientRect().width is 500
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/svg/dynamic-updates/SVGUseElement-target-changed.html ('k') | Source/core/svg/SVGElementInstance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698