https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b57eb2f370c46465baf71c3422ecb945cfcea7a4 authored by Darren Shen on 19 March 2018, 06:54:15 UTC
[css-typed-om] Add support for min/max-width/height.
Tip revision: b57eb2f
extend-00.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(0, 20);
testDiv.style.display = "none";
</script>
back to top