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

Unified Diff: third_party/WebKit/Source/core/html/forms/StepRangeTest.cpp

Issue 2390563002: Reflow comments in core/html/forms/. (Closed)
Patch Set: 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/Source/core/html/forms/StepRangeTest.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/StepRangeTest.cpp b/third_party/WebKit/Source/core/html/forms/StepRangeTest.cpp
index ffe8623213780d579de6bf60e7c17321f1feeaee..4f967392597de2148cf9c1bb09fc43eff8874f11 100644
--- a/third_party/WebKit/Source/core/html/forms/StepRangeTest.cpp
+++ b/third_party/WebKit/Source/core/html/forms/StepRangeTest.cpp
@@ -24,7 +24,9 @@ TEST(StepRangeTest, StepSnappedMaximum) {
EXPECT_EQ(Decimal(90), stepRange.stepSnappedMaximum());
// crbug.com/617809
- // <input type=number value="8624024784918570374158793713225864658725102756338798521486349461900449498315865014065406918592181034633618363349807887404915072776534917803019477033072906290735591367789665757384135591225430117374220731087966" min=0 max=100 step="18446744073709551575">
+ // <input type=number
+ // value="8624024784918570374158793713225864658725102756338798521486349461900449498315865014065406918592181034633618363349807887404915072776534917803019477033072906290735591367789665757384135591225430117374220731087966"
+ // min=0 max=100 step="18446744073709551575">
StepRange stepRange2(Decimal::fromDouble(8.62402e+207), Decimal(0),
Decimal(100), true, Decimal::fromDouble(1.84467e+19),
StepRange::StepDescription());

Powered by Google App Engine
This is Rietveld 408576698