We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df82c4 commit c5d9edfCopy full SHA for c5d9edf
resources/testharness.js
@@ -3797,7 +3797,7 @@ policies and contribution forms [3].
3797
function get_title()
3798
{
3799
if ('document' in global_scope) {
3800
- //Don't use document.title to work around an Opera bug in XHTML documents
+ //Don't use document.title to work around an Opera/Presto bug in XHTML documents
3801
var title = document.getElementsByTagName("title")[0];
3802
if (title && title.firstChild && title.firstChild.data) {
3803
return title.firstChild.data;
0 commit comments