| Index: third_party/WebKit/LayoutTests/platform/mac/svg/custom/viewbox-syntax-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/viewbox-syntax-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/viewbox-syntax-expected.txt
|
| index 3ccb6213d2c03b6acef510235eba167a200d359b..a01fd30ff9cbaa34d3b0283f2d9613d7530bae27 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/viewbox-syntax-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/viewbox-syntax-expected.txt
|
| @@ -1,13 +1,13 @@
|
| -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 20: Error: <svg> attribute viewBox: Unexpected end of attribute. Expected number, "0".
|
| +CONSOLE ERROR: line 23: Error: <svg> attribute viewBox: Unexpected end of attribute. Expected number, "0 0".
|
| +CONSOLE ERROR: line 26: Error: <svg> attribute viewBox: Unexpected end of attribute. Expected number, "0 0 30".
|
| +CONSOLE ERROR: line 29: Error: <svg> attribute viewBox: Trailing garbage, "0 0 30 40 50".
|
| +CONSOLE ERROR: line 32: Error: <svg> attribute viewBox: Trailing garbage, "0 0 30 40,".
|
| +CONSOLE ERROR: line 35: Error: <svg> attribute viewBox: Expected number, ",0 0 30 40".
|
| CONSOLE ERROR: line 38: Error: <svg> attribute viewBox: A negative value is not valid. ("0 0 -30 40")
|
| CONSOLE ERROR: line 41: Error: <svg> attribute viewBox: A negative value is not valid. ("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"
|
| +CONSOLE ERROR: line 44: Error: <svg> attribute viewBox: Expected number, "0 0 30, , 40".
|
| +CONSOLE ERROR: line 47: Error: <svg> attribute viewBox: Expected number, "0 0 30% 40".
|
| layer at (0,0) size 800x600
|
| LayoutView at (0,0) size 800x600
|
| layer at (0,0) size 800x600
|
|
|