mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update web-platform-tests to revision cf719a4f5e4affb623044004bcc8a61be7b94404
This commit is contained in:
parent
06803a2edb
commit
ce631f7691
45 changed files with 382 additions and 98 deletions
|
@ -0,0 +1,10 @@
|
|||
<script>
|
||||
function start() {
|
||||
document.execCommand('selectAll', false)
|
||||
document.documentElement.appendChild(document.getElementById('input'))
|
||||
}
|
||||
</script>
|
||||
<body onload="start()">
|
||||
<input id="input" autofocus>
|
||||
<canvas contenteditable="true" hidden></canvas>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue