Auto-rebaseline for r183802

http://src.chromium.org/viewvc/blink?view=revision&revision=183802

BUG=397902
TBR=kouhei@chromium.org

Review URL: https://codereview.chromium.org/664503002

git-svn-id: svn://svn.chromium.org/blink/trunk@183812 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0faf0150
......@@ -1313,8 +1313,6 @@ crbug.com/418864 [ Win ] http/tests/serviceworker/chromium/registration-stress.h
crbug.com/418868 [ XP ] http/tests/serviceworker/ready.html [ Pass Timeout ]
crbug.com/418869 [ Win ] http/tests/serviceworker/register-same-scope-different-script-url.html [ Pass Timeout ]
crbug.com/397902 svg/custom/viewbox-syntax.svg [ NeedsRebaseline ]
crbug.com/399507 inspector/tracing/update-layer-tree.html [ Failure Pass ]
crbug.com/399507 virtual/deferred/inspector/tracing/update-layer-tree.html [ Failure Pass ]
crbug.com/399507 virtual/implsidepainting/inspector/tracing/update-layer-tree.html [ Failure Pass ]
......
......@@ -4,8 +4,8 @@ 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 ERROR: line 38: Error: Invalid negative value for <svg> attribute viewBox="0 0 -30 40"
CONSOLE ERROR: line 41: Error: Invalid negative value for <svg> attribute 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment