Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / disallow-non-lengths-in-attrs-expected.txt
blobbe107647b286615d5de1c55c6e654d267799857a
1 CONSOLE ERROR: Error: Invalid value for <svg> attribute width="auto"
2 CONSOLE ERROR: Error: Invalid value for <foreignObject> attribute width="auto"
3 CONSOLE ERROR: Error: Invalid value for <svg> attribute width="initial"
4 CONSOLE ERROR: Error: Invalid value for <foreignObject> attribute width="initial"
5 CONSOLE ERROR: Error: Invalid value for <svg> attribute width="inherit"
6 CONSOLE ERROR: Error: Invalid value for <foreignObject> attribute width="inherit"
7 CONSOLE ERROR: Error: Invalid value for <svg> attribute width="foo"
8 CONSOLE ERROR: Error: Invalid value for <foreignObject> attribute width="foo"
9  
10  This is a testharness.js-based test.
11 PASS Test width 'auto' on SVGSVGElement 
12 PASS Test width 'auto' on SVGForeignObject 
13 PASS Test width 'initial' on SVGSVGElement 
14 PASS Test width 'initial' on SVGForeignObject 
15 PASS Test width 'inherit' on SVGSVGElement 
16 PASS Test width 'inherit' on SVGForeignObject 
17 PASS Test width 'foo' on SVGSVGElement 
18 PASS Test width 'foo' on SVGForeignObject 
19 Harness: the test ran to completion.