https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 35cbc6de482945340efd33689360d04a29ead057 authored by Ms2ger on 21 July 2015, 11:28:51 UTC
Move the Samsung ProgressEvent tests into place.
Tip revision: 35cbc6d
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