1 <script src=
"../../resources/testharness.js"></script>
2 <script src=
"../../resources/testharnessreport.js"></script>
6 div
.style
.zIndex
= "2147483647";
7 assert_equals(div
.style
.zIndex
, "2147483647");
8 }, "Verify that large CSS integer values do not serialize with scientific notation.");