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

Unified Diff: LayoutTests/fast/css/large-numbers-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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: LayoutTests/fast/css/large-numbers-expected.txt
diff --git a/LayoutTests/fast/css/large-numbers-expected.txt b/LayoutTests/fast/css/large-numbers-expected.txt
index d2bf638ceee0b3b095d87db98638c486a28d05f7..0b89df394fec7509c520c0e58483a32cdfd3b1d1 100644
--- a/LayoutTests/fast/css/large-numbers-expected.txt
+++ b/LayoutTests/fast/css/large-numbers-expected.txt
@@ -48,6 +48,9 @@ PASS element.left = -1000000000px, returns offsetLeft, rect.left and computed le
PASS element.left = -10000000000px, returns offsetLeft, rect.left and computed left as expected.
PASS element.left = -100000000000px, returns offsetLeft, rect.left and computed left as expected.
PASS element.left = -1000000000000px, returns offsetLeft, rect.left and computed left as expected.
+PASS successfullyParsed is true
+
+TEST COMPLETE
Test handling of numbers outside of the supported range.
Properties may restrict numeric values to some range. If the value is outside the allowed range, the declaration is invalid and must be ignored. As per the CSS3 specification.

Powered by Google App Engine
This is Rietveld 408576698