| Index: LayoutTests/platform/win/svg/custom/viewbox-syntax-expected.txt
|
| diff --git a/LayoutTests/platform/win/svg/custom/viewbox-syntax-expected.txt b/LayoutTests/platform/win/svg/custom/viewbox-syntax-expected.txt
|
| index c3efba04e1469f598fa175082a2f9ee4dd30fe1d..f520da6b92e1e2daf43b0e1a619776fff2f064c2 100644
|
| --- a/LayoutTests/platform/win/svg/custom/viewbox-syntax-expected.txt
|
| +++ b/LayoutTests/platform/win/svg/custom/viewbox-syntax-expected.txt
|
| @@ -1,13 +1,13 @@
|
| -CONSOLE WARNING: line 20: Warning: Problem parsing viewBox="0"
|
| -CONSOLE WARNING: line 23: Warning: Problem parsing viewBox="0 0"
|
| -CONSOLE WARNING: line 26: Warning: Problem parsing viewBox="0 0 30"
|
| -CONSOLE WARNING: line 29: Warning: Problem parsing viewBox="0 0 30 40 50"
|
| -CONSOLE WARNING: line 32: Warning: Problem parsing viewBox="0 0 30 40,"
|
| -CONSOLE WARNING: line 35: Warning: Problem parsing viewBox=",0 0 30 40"
|
| +CONSOLE ERROR: line 20: Error: Invalid value for <svg> attribute viewBox="0"
|
| +CONSOLE ERROR: line 23: Error: Invalid value for <svg> attribute viewBox="0 0"
|
| +CONSOLE ERROR: line 26: Error: Invalid value for <svg> attribute viewBox="0 0 30"
|
| +CONSOLE ERROR: line 29: Error: Invalid value for <svg> attribute viewBox="0 0 30 40 50"
|
| +CONSOLE ERROR: line 32: Error: Invalid value for <svg> attribute viewBox="0 0 30 40,"
|
| +CONSOLE ERROR: line 35: Error: Invalid value for <svg> attribute viewBox=",0 0 30 40"
|
| CONSOLE ERROR: line 38: Error: A negative value for ViewBox width is not allowed
|
| CONSOLE ERROR: line 41: Error: A negative value for ViewBox height is not allowed
|
| -CONSOLE WARNING: line 44: Warning: Problem parsing viewBox="0 0 30, , 40"
|
| -CONSOLE WARNING: line 47: Warning: Problem parsing viewBox="0 0 30% 40"
|
| +CONSOLE ERROR: line 44: Error: Invalid value for <svg> attribute viewBox="0 0 30, , 40"
|
| +CONSOLE ERROR: line 47: Error: Invalid value for <svg> attribute viewBox="0 0 30% 40"
|
| layer at (0,0) size 800x600
|
| RenderView at (0,0) size 800x600
|
| layer at (0,0) size 800x600
|
|
|