https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 74c1042fbe21a44ab287c67134afb76012587f2f authored by Anne van Kesteren on 11 April 2018, 13:03:14 UTC
XMLHttpRequest: response header value containing 0x00
Tip revision: 74c1042
extend-20.html
<!doctype html>
<title>Selection extend() tests</title>
<meta charset=utf-8>
<meta name=timeout content=long>
<body>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=common.js></script>
<script src=extend.js></script>
<div id=log></div>
<script>
"use strict";

testExtendSubSet(20, 40);
testDiv.style.display = "none";
</script>
back to top