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

Unified Diff: LayoutTests/svg/css/script-tests/scientific-numbers.js

Issue 545173003: Support scientific notation in CSS numbers/percentages/dimensions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Drop parseSVGNumber; Add additional TC. Created 6 years, 3 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
« no previous file with comments | « LayoutTests/svg/css/scientific-numbers-expected.txt ('k') | Source/core/css/parser/CSSParserMode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/css/script-tests/scientific-numbers.js
diff --git a/LayoutTests/svg/css/script-tests/scientific-numbers.js b/LayoutTests/svg/css/script-tests/scientific-numbers.js
index fe883d5f699159ca250f0661c3a2c91c74a33214..6ca9ac3432f08bd2d1015ad2462cb728eda704f5 100644
--- a/LayoutTests/svg/css/script-tests/scientific-numbers.js
+++ b/LayoutTests/svg/css/script-tests/scientific-numbers.js
@@ -82,8 +82,8 @@ test("5e1 ", "50px");
debug("");
debug("Test behavior on overflow");
-test("2E+500", "baseline");
-test("-2E+500", "baseline");
+test("2E+500", "0px");
+test("-2E+500", "0px");
debug("");
debug("Invalid values");
@@ -94,4 +94,4 @@ test("50.e0", "baseline");
var successfullyParsed = true;
-completeTest();
+completeTest();
« no previous file with comments | « LayoutTests/svg/css/scientific-numbers-expected.txt ('k') | Source/core/css/parser/CSSParserMode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698