| OLD | NEW |
| 1 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "auto". | 1 CONSOLE ERROR: line 22: Error: <svg> attribute width: Expected length, "auto". |
| 2 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "auto". | 2 CONSOLE ERROR: line 22: Error: <foreignObject> attribute width: Expected length,
"auto". |
| 3 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "initial". | 3 CONSOLE ERROR: line 22: Error: <svg> attribute width: Expected length, "initial"
. |
| 4 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "initial
". | 4 CONSOLE ERROR: line 22: Error: <foreignObject> attribute width: Expected length,
"initial". |
| 5 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "inherit". | 5 CONSOLE ERROR: line 22: Error: <svg> attribute width: Expected length, "inherit"
. |
| 6 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "inherit
". | 6 CONSOLE ERROR: line 22: Error: <foreignObject> attribute width: Expected length,
"inherit". |
| 7 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "foo". | 7 CONSOLE ERROR: line 22: Error: <svg> attribute width: Expected length, "foo". |
| 8 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "foo". | 8 CONSOLE ERROR: line 22: Error: <foreignObject> attribute width: Expected length,
"foo". |
| 9 This is a testharness.js-based test. | 9 This is a testharness.js-based test. |
| 10 PASS Test width 'auto' on SVGSVGElement | 10 PASS Test width 'auto' on SVGSVGElement |
| 11 PASS Test width 'auto' on SVGForeignObject | 11 PASS Test width 'auto' on SVGForeignObject |
| 12 PASS Test width 'initial' on SVGSVGElement | 12 PASS Test width 'initial' on SVGSVGElement |
| 13 PASS Test width 'initial' on SVGForeignObject | 13 PASS Test width 'initial' on SVGForeignObject |
| 14 PASS Test width 'inherit' on SVGSVGElement | 14 PASS Test width 'inherit' on SVGSVGElement |
| 15 PASS Test width 'inherit' on SVGForeignObject | 15 PASS Test width 'inherit' on SVGForeignObject |
| 16 PASS Test width 'foo' on SVGSVGElement | 16 PASS Test width 'foo' on SVGSVGElement |
| 17 PASS Test width 'foo' on SVGForeignObject | 17 PASS Test width 'foo' on SVGForeignObject |
| 18 Harness: the test ran to completion. | 18 Harness: the test ran to completion. |
| 19 | 19 |
| OLD | NEW |