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

Unified Diff: third_party/WebKit/LayoutTests/svg/parser/whitespace-length-invalid-4.html

Issue 2452153002: Break svg/parser tests into pieces to avoid timeouts (Closed)
Patch Set: New baselines. Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/parser/whitespace-length-invalid-4.html
diff --git a/third_party/WebKit/LayoutTests/svg/parser/whitespace-length-invalid-2.html b/third_party/WebKit/LayoutTests/svg/parser/whitespace-length-invalid-4.html
similarity index 97%
copy from third_party/WebKit/LayoutTests/svg/parser/whitespace-length-invalid-2.html
copy to third_party/WebKit/LayoutTests/svg/parser/whitespace-length-invalid-4.html
index e7bccf9ecd82561b9900100701329e5480a2c0b9..590c4e56c0759977341bd46e1bb630fe7fdd990f 100644
--- a/third_party/WebKit/LayoutTests/svg/parser/whitespace-length-invalid-2.html
+++ b/third_party/WebKit/LayoutTests/svg/parser/whitespace-length-invalid-4.html
@@ -59,7 +59,7 @@ testTypeLocal("<length>",
0, // expected default value
whitespace,
[], // valid
- [ "e+", "E-", "-", "+", "-.", ".-", ".", "+.", ".E0", "e1" ], // invalid
+ [ ".", "+.", ".E0", "e1" ], // invalid
validunits,
[], // garbage
function(elm, value) { assert_approx_equals(elm.x.baseVal.valueInSpecifiedUnits, parseFloat(value), EPSILON); },

Powered by Google App Engine
This is Rietveld 408576698