mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update web-platform-tests to revision 1e4e3bd750800f64153c7f1a49c39d2b07abb10a
This commit is contained in:
parent
4368a78258
commit
4d10b28d12
200 changed files with 1703 additions and 530 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue