Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: LayoutTests/svg/custom/disallow-non-lengths-in-attrs-expected.txt

Issue 262093007: Tighten error checking from SVGLength parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: Error: Invalid value for <svg> attribute width="auto"
2 CONSOLE ERROR: Error: Invalid value for <svg> attribute width="initial"
3 CONSOLE ERROR: Error: Invalid value for <svg> attribute width="inherit"
4 CONSOLE ERROR: Error: Invalid value for <svg> attribute width="foo"
5
6 This is a testharness.js-based test.
7 PASS Test width 'auto' on SVGSVGElement
8 PASS Test width 'auto' on SVGForeignObject
9 PASS Test width 'initial' on SVGSVGElement
10 PASS Test width 'initial' on SVGForeignObject
11 PASS Test width 'inherit' on SVGSVGElement
12 PASS Test width 'inherit' on SVGForeignObject
13 PASS Test width 'foo' on SVGSVGElement
14 PASS Test width 'foo' on SVGForeignObject
15 Harness: the test ran to completion.
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698