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

Unified Diff: LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.txt

Issue 283333006: Auto-rebaseline for r174060 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
« no previous file with comments | « LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.txt
diff --git a/LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.txt b/LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c0cc812ad032dedf70eb00bf55ef117fc214da6a
--- /dev/null
+++ b/LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.txt
@@ -0,0 +1,21 @@
+SVG 1.1 dynamic update tests
+
+Check that SVGForeignObjectElement is initially displayed
+PASS foreignObjectElement.getBBox().width is 200
+PASS foreignObjectElement.getBBox().height is 200
+Check that setting requiredFeatures to something invalid makes it not render
+PASS foreignObjectElement.getBBox().width is 0
+PASS foreignObjectElement.getBBox().height is 0
+Check that setting requiredFeatures to something valid makes it render again
+PASS foreignObjectElement.getBBox().width is 200
+PASS foreignObjectElement.getBBox().height is 200
+Check that adding something valid to requiredFeatures keeps rendering the element
+PASS foreignObjectElement.getBBox().width is 200
+PASS foreignObjectElement.getBBox().height is 200
+Check that adding something invalid to requiredFeatures makes it not render
+PASS foreignObjectElement.getBBox().width is 0
+PASS foreignObjectElement.getBBox().height is 0
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698