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

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

Issue 1901673003: Improve default value handling for SVGSVGElement.width/height (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to parseAttribute Created 4 years, 8 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
1 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "auto". 1 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "auto".
2 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "auto". 2 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "auto".
3 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "initial". 3 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "initial".
4 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "initial ". 4 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "initial ".
5 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "inherit". 5 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "inherit".
6 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "inherit ". 6 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "inherit ".
7 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "foo". 7 CONSOLE ERROR: Error: <svg> attribute width: Expected length, "foo".
8 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "foo". 8 CONSOLE ERROR: Error: <foreignObject> attribute width: Expected length, "foo".
9
10 This is a testharness.js-based test. 9 This is a testharness.js-based test.
11 PASS Test width 'auto' on SVGSVGElement 10 PASS Test width 'auto' on SVGSVGElement
12 PASS Test width 'auto' on SVGForeignObject 11 PASS Test width 'auto' on SVGForeignObject
13 PASS Test width 'initial' on SVGSVGElement 12 PASS Test width 'initial' on SVGSVGElement
14 PASS Test width 'initial' on SVGForeignObject 13 PASS Test width 'initial' on SVGForeignObject
15 PASS Test width 'inherit' on SVGSVGElement 14 PASS Test width 'inherit' on SVGSVGElement
16 PASS Test width 'inherit' on SVGForeignObject 15 PASS Test width 'inherit' on SVGForeignObject
17 PASS Test width 'foo' on SVGSVGElement 16 PASS Test width 'foo' on SVGSVGElement
18 PASS Test width 'foo' on SVGForeignObject 17 PASS Test width 'foo' on SVGForeignObject
19 Harness: the test ran to completion. 18 Harness: the test ran to completion.
20 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698