https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 10f69dbaa99bb91a7cf9f290fff6503b0ab56ee4 authored by James Graham on 17 September 2018, 15:10:55 UTC
Correctly handle ScriptTimeoutException in the WebDriver executor
Tip revision: 10f69db
addRange-12.html
<!doctype html>
<title>Selection.addRange() tests</title>
<meta name="timeout" content="long">
<div id="log"></div>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="common.js"></script>
<script src="addRange.js"></script>
<script>
"use strict";

testAddRangeSubSet(12, 16);
testDiv.style.display = "none";
</script>
back to top