Update web-platform-tests to revision 1e4e3bd750800f64153c7f1a49c39d2b07abb10a

This commit is contained in:
WPT Sync Bot 2020-10-03 08:20:17 +00:00
parent 4368a78258
commit 4d10b28d12
200 changed files with 1703 additions and 530 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<link rel="author" title="Scott Violet" href="mailto:sky@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1134184">
<style>
* { overflow-x: clip }
</style>
<p id="child">child</p>
<script>
window.getSelection().selectAllChildren(
document.getElementById("child"));
</script>