mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
3 lines
124 B
JavaScript
3 lines
124 B
JavaScript
var result = document.getElementById("result");
|
|
result.firstChild.nodeValue = result.attributes.getNamedItem("text").value;
|