-FAIL testWindow.location.toString() should be /. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.href should be /. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.protocol should be :. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.host should be . Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.hostname should be . Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.port should be . Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.pathname should be /. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.search should be . Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.hash should be . Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.href = 'data:text/plain,b' should be data:text/plain,b. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.protocol = 'data' should be data. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.host = 'c' should be c. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.hostname = 'd' should be d. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.port = 'e' should be e. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.pathname = 'f' should be f. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.search = 'g' should be g. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.hash = 'h' should be h. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.assign('data:text/plain,i') should be undefined. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.replace('data:text/plain,j') should be undefined. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.reload() should be undefined. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.toString() should be /. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.href should be /. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.protocol should be :. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.host should be . Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.hostname should be . Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.port should be . Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.pathname should be /. Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.search should be . Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL testWindow.location.hash should be . Threw exception TypeError: Result of expression 'testWindow' [undefined] is not an object.
-FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
+PASS testWindow.location.toString() is '/'
+PASS testWindow.location.href is '/'
+PASS testWindow.location.protocol is ':'
+PASS testWindow.location.host is ''
+PASS testWindow.location.hostname is ''
+PASS testWindow.location.port is ''
+PASS testWindow.location.pathname is '/'
+PASS testWindow.location.search is ''
+PASS testWindow.location.hash is ''
+PASS testWindow.location.href = 'data:text/plain,b' is 'data:text/plain,b'
+PASS testWindow.location.protocol = 'data' is 'data'
+PASS testWindow.location.host = 'c' is 'c'
+PASS testWindow.location.hostname = 'd' is 'd'
+PASS testWindow.location.port = 'e' is 'e'
+PASS testWindow.location.pathname = 'f' is 'f'
+PASS testWindow.location.search = 'g' is 'g'
+PASS testWindow.location.hash = 'h' is 'h'
+PASS testWindow.location.assign('data:text/plain,i') is undefined
+PASS testWindow.location.replace('data:text/plain,j') is undefined
+PASS testWindow.location.reload() is undefined
+PASS testWindow.location.toString() is '/'
+PASS testWindow.location.href is '/'
+PASS testWindow.location.protocol is ':'
+PASS testWindow.location.host is ''
+PASS testWindow.location.hostname is ''
+PASS testWindow.location.port is ''
+PASS testWindow.location.pathname is '/'
+PASS testWindow.location.search is ''
+PASS testWindow.location.hash is ''
+PASS successfullyParsed is true