gecko/toolkit/components/console/hudservice/tests/browser/test-bug-595934-dom-html-external.js

10 lines
214 B
JavaScript

/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/
*/
window.addEventListener("load", function() {
document.all.foobar.style.color = "#00f";
}, false);