https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 685b869d99601c727e5edec3dd40f3714ce44ffc authored by Frédéric Wang on 14 March 2018, 11:33:05 UTC
Adjust MathML tests to Workaround WebKit's bug with document.fonts.ready
Tip revision: 685b869
addRange-52.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(52, 56);
testDiv.style.display = "none";
</script>
back to top