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

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

Issue 1128193002: Ignore declarations with out of range numeric values (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test Created 5 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 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/CSSParserValues.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 aa96a335b639d0fbe7dd6a9ad607f607a7c9fd02..938cc2a703890e6da07b22fb3b6d3a56bb1991f8 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", "0px");
-test("-2E+500", "0px");
+test("2E+500", "baseline");
+test("-2E+500", "baseline");
debug("");
debug("Invalid values");
« no previous file with comments | « LayoutTests/svg/css/scientific-numbers-expected.txt ('k') | Source/core/css/parser/CSSParserValues.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698