| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLTableColElement/span-attribute.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableColElement/span-attribute.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableColElement/span-attribute.html
|
| index eec4a562cf02c63a419011bc2809a04d4a8db473..527adc87065d8379036b803d2dcd091b23e230c5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableColElement/span-attribute.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableColElement/span-attribute.html
|
| @@ -41,9 +41,9 @@ var arabicIndicDigitOne = String.fromCharCode(0x661);
|
| shouldBe('spanAttributeEffect(arabicIndicDigitOne)', '1');
|
| shouldBe('spanAttributeEffect("2" + arabicIndicDigitOne)', '2');
|
|
|
| -shouldBe('spanAttributeEffect("2147483647")', '2147483647');
|
| -shouldBe('spanAttributeEffect("2147483648")', '2147483648');
|
| -shouldBe('spanAttributeEffect("4294967295")', '4294967295');
|
| +shouldBe('spanAttributeEffect("2147483647")', '8190');
|
| +shouldBe('spanAttributeEffect("2147483648")', '8190');
|
| +shouldBe('spanAttributeEffect("4294967295")', '8190');
|
| shouldBe('spanAttributeEffect("4294967296")', '1');
|
| </script>
|
| </body>
|
|
|