Skip to content

Commit 43f2f1a

Browse files
committed
Fix typo in testharness.js
This was already done upstream in web-platform-tests/wpt#50557.
1 parent 7f41dea commit 43f2f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/harness/testharness.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ policies and contribution forms [3].
132132
};
133133

134134
WindowTestEnvironment.prototype._forEach_windows = function(callback) {
135-
// Iterate of the the windows [self ... top, opener]. The callback is passed
135+
// Iterate of the windows [self ... top, opener]. The callback is passed
136136
// two objects, the first one is the windows object itself, the second one
137137
// is a boolean indicating whether or not its on the same origin as the
138138
// current window.

0 commit comments

Comments
 (0)