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

Unified Diff: LayoutTests/svg/custom/disallow-non-lengths-in-attrs-expected.txt

Issue 262093007: Tighten error checking from SVGLength parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update expected file 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
Index: LayoutTests/svg/custom/disallow-non-lengths-in-attrs-expected.txt
diff --git a/LayoutTests/svg/custom/disallow-non-lengths-in-attrs-expected.txt b/LayoutTests/svg/custom/disallow-non-lengths-in-attrs-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..be107647b286615d5de1c55c6e654d267799857a
--- /dev/null
+++ b/LayoutTests/svg/custom/disallow-non-lengths-in-attrs-expected.txt
@@ -0,0 +1,20 @@
+CONSOLE ERROR: Error: Invalid value for <svg> attribute width="auto"
+CONSOLE ERROR: Error: Invalid value for <foreignObject> attribute width="auto"
+CONSOLE ERROR: Error: Invalid value for <svg> attribute width="initial"
+CONSOLE ERROR: Error: Invalid value for <foreignObject> attribute width="initial"
+CONSOLE ERROR: Error: Invalid value for <svg> attribute width="inherit"
+CONSOLE ERROR: Error: Invalid value for <foreignObject> attribute width="inherit"
+CONSOLE ERROR: Error: Invalid value for <svg> attribute width="foo"
+CONSOLE ERROR: Error: Invalid value for <foreignObject> attribute width="foo"
+
+ This is a testharness.js-based test.
+PASS Test width 'auto' on SVGSVGElement
+PASS Test width 'auto' on SVGForeignObject
+PASS Test width 'initial' on SVGSVGElement
+PASS Test width 'initial' on SVGForeignObject
+PASS Test width 'inherit' on SVGSVGElement
+PASS Test width 'inherit' on SVGForeignObject
+PASS Test width 'foo' on SVGSVGElement
+PASS Test width 'foo' on SVGForeignObject
+Harness: the test ran to completion.
+
« no previous file with comments | « LayoutTests/svg/custom/disallow-non-lengths-in-attrs.html ('k') | Source/core/svg/SVGForeignObjectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698