https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 8d901449a96ee54fbd11868ed44ef8b160c97a14 authored by Marcos Cáceres on 21 March 2018, 04:30:57 UTC
Prevent false positives
Tip revision: 8d90144
event_case_sensitive.html
<!DOCTYPE HTML>
<html>
<head>
<meta name="timeout" content="long">
<title>WebStorage Test: StorageEvent - the case of value changed</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<div id="log"></div>
<script src="eventTestHarness.js"></script>
<script src="event_case_sensitive.js"></script>
</body>
</html>

back to top