| 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.
|
|
|