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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/parser/whitespace-length-expected.txt

Issue 2118903003: Relocate tests from fast/svg/ to svg/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-fast-svg-tests
Patch Set: Rename some files Created 4 years, 5 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: line 81: Error: <svg> attribute x: Expected length, "-47a". 1 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "-47a".
2 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, ".1a". 2 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, ".1a".
3 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "0.35a". 3 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "0.35a".
4 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "1e-10a". 4 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "1e-10a".
5 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "+32a". 5 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "+32a".
6 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "+17E-1a". 6 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "+17E-1a".
7 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "17e+2a". 7 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "17e+2a".
8 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "-47e". 8 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "-47e".
9 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, ".1e". 9 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, ".1e".
10 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "0.35e". 10 CONSOLE ERROR: line 81: Error: <svg> attribute x: Expected length, "0.35e".
(...skipping 2517 matching lines...) Expand 10 before | Expand all | Expand 10 after
2528 PASS Test <length> trailing garbage, value: \f17e+2foo 2528 PASS Test <length> trailing garbage, value: \f17e+2foo
2529 PASS Test <length> trailing garbage, value: \f-47)90 2529 PASS Test <length> trailing garbage, value: \f-47)90
2530 PASS Test <length> trailing garbage, value: \f.1)90 2530 PASS Test <length> trailing garbage, value: \f.1)90
2531 PASS Test <length> trailing garbage, value: \f0.35)90 2531 PASS Test <length> trailing garbage, value: \f0.35)90
2532 PASS Test <length> trailing garbage, value: \f1e-10)90 2532 PASS Test <length> trailing garbage, value: \f1e-10)90
2533 PASS Test <length> trailing garbage, value: \f+32)90 2533 PASS Test <length> trailing garbage, value: \f+32)90
2534 PASS Test <length> trailing garbage, value: \f+17E-1)90 2534 PASS Test <length> trailing garbage, value: \f+17E-1)90
2535 PASS Test <length> trailing garbage, value: \f17e+2)90 2535 PASS Test <length> trailing garbage, value: \f17e+2)90
2536 Harness: the test ran to completion. 2536 Harness: the test ran to completion.
2537 2537
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698