| 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..c83f50a0e25415b860e2031b76731599fec61bea
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/custom/disallow-non-lengths-in-attrs-expected.txt
|
| @@ -0,0 +1,16 @@
|
| +CONSOLE ERROR: Error: Invalid value for <svg> attribute width="auto"
|
| +CONSOLE ERROR: Error: Invalid value for <svg> attribute width="initial"
|
| +CONSOLE ERROR: Error: Invalid value for <svg> attribute width="inherit"
|
| +CONSOLE ERROR: Error: Invalid value for <svg> 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.
|
| +
|
|
|