js/xpconnect/tests/mochitest/test2_bug629331.html@a63d609f5ebe
js/xpconnect/tests/mochitest/test2_bug629331.html
Thu, 15 Jan 2015 15:55:04 +0100
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Thu, 15 Jan 2015 15:55:04 +0100
- branch
- TOR_BUG_9701
- changeset 9
- a63d609f5ebe
- permissions
- -rw-r--r--
Back out 97036ab72558 which inappropriately compared turds to third parties.
7 document.domain = "example.org";
9 for (var j = 1; j <= 9; j++) {
11 var locali = parent.i;
12 parent.is(locali, j, 'step ' + j + ' worked');