summaryrefslogtreecommitdiffstats
path: root/devtools/client/storage/test/storage-overflow.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/storage/test/storage-overflow.html')
-rw-r--r--devtools/client/storage/test/storage-overflow.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/storage/test/storage-overflow.html b/devtools/client/storage/test/storage-overflow.html
index ee8db36e6..6309046b3 100644
--- a/devtools/client/storage/test/storage-overflow.html
+++ b/devtools/client/storage/test/storage-overflow.html
@@ -11,7 +11,7 @@ Bug 1171903 - Storage Inspector endless scrolling
<script type="text/javascript;version=1.8">
"use strict";
-for (let i = 0; i < 160; i++) {
+for (let i = 1; i < 151; i++) {
localStorage.setItem(`item-${i}`, `value-${i}`);
}
</script>