mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Fix for bug 35010. Since this is just a test case, I don't need an a= or r=. font.html
This commit is contained in:
parent
b855f3824c
commit
d3a41654d3
@ -45,7 +45,7 @@ var basefnt = document.getElementsByTagName("basefont")[0];
|
||||
var obj = null;
|
||||
|
||||
function determineTarget() {
|
||||
if (document.forms[0].applyTo.checked)
|
||||
if (document.forms[0].applyTo[0].checked)
|
||||
obj = fnt;
|
||||
else
|
||||
obj = basefnt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user