Skip to content

Commit c5d9edf

Browse files
gsneddersjgraham
authored andcommitted
Clarify what version of Opera we're talking about here
1 parent 7df82c4 commit c5d9edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/testharness.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3797,7 +3797,7 @@ policies and contribution forms [3].
37973797
function get_title()
37983798
{
37993799
if ('document' in global_scope) {
3800-
//Don't use document.title to work around an Opera bug in XHTML documents
3800+
//Don't use document.title to work around an Opera/Presto bug in XHTML documents
38013801
var title = document.getElementsByTagName("title")[0];
38023802
if (title && title.firstChild && title.firstChild.data) {
38033803
return title.firstChild.data;

0 commit comments

Comments
 (0)