We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f09dc commit a1840b1Copy full SHA for a1840b1
example/RegressionRunner.html
@@ -20,6 +20,6 @@
20
</script>
21
</head>
22
<body>
23
-<button onclick="localStorage.clear(); indexedDB.deleteDatabase('csscritic'); window.location.reload();">Reset all tests</button>
+<button onclick="indexedDB.deleteDatabase('csscritic'); window.location.reload();">Reset all tests</button>
24
</body>
25
</html>
0 commit comments