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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/scientific-numbers-expected.txt

Issue 2115923002: Improve numeric value handling in CSS Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/css/scientific-numbers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/css/scientific-numbers-expected.txt b/third_party/WebKit/LayoutTests/svg/css/scientific-numbers-expected.txt
index f0a3871b07df31a86c20866c4dded70b10b203f0..e5c9b2559918ab35a1983afa9515dedb230a961b 100644
--- a/third_party/WebKit/LayoutTests/svg/css/scientific-numbers-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/css/scientific-numbers-expected.txt
@@ -96,9 +96,9 @@ PASS text.style.baselineShift is "50"
Test behavior on overflow
PASS text.style.baselineShift is "baseline"
+PASS text.style.baselineShift is "3.40282e+38"
PASS text.style.baselineShift is "baseline"
-PASS text.style.baselineShift is "baseline"
-PASS text.style.baselineShift is "baseline"
+PASS text.style.baselineShift is "-3.40282e+38"
Invalid values
PASS text.style.baselineShift is "baseline"

Powered by Google App Engine
This is Rietveld 408576698