mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[test] innerText is not supported yet
This commit is contained in:
parent
431e3caf2d
commit
cb8f7c8423
@ -11,7 +11,7 @@
|
||||
<script>
|
||||
function myFunction() {
|
||||
var x = "Width: " + screen.width + "px";
|
||||
document.getElementById("demo").innerText = x;
|
||||
document.getElementById("demo").innerHTML = x;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user