Title: [163220] trunk/LayoutTests
- Revision
- 163220
- Author
- [email protected]
- Date
- 2014-01-31 16:44:11 -0800 (Fri, 31 Jan 2014)
Log Message
Update test results for a new DOM URL test (we now pass more).
* fast/dom/DOMURL/invalid-url-getters-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (163219 => 163220)
--- trunk/LayoutTests/ChangeLog 2014-02-01 00:36:31 UTC (rev 163219)
+++ trunk/LayoutTests/ChangeLog 2014-02-01 00:44:11 UTC (rev 163220)
@@ -1,3 +1,9 @@
+2014-01-31 Alexey Proskuryakov <[email protected]>
+
+ Update test results for a new DOM URL test (we now pass more).
+
+ * fast/dom/DOMURL/invalid-url-getters-expected.txt:
+
2014-01-31 Maciej Stachowiak <[email protected]>
Implement (most of) URL API
Modified: trunk/LayoutTests/fast/dom/DOMURL/invalid-url-getters-expected.txt (163219 => 163220)
--- trunk/LayoutTests/fast/dom/DOMURL/invalid-url-getters-expected.txt 2014-02-01 00:36:31 UTC (rev 163219)
+++ trunk/LayoutTests/fast/dom/DOMURL/invalid-url-getters-expected.txt 2014-02-01 00:44:11 UTC (rev 163220)
@@ -3,16 +3,16 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-FAIL invalidURL should be http://@@:[email protected]:22/bar?x#y (of type string). Was http://@@:[email protected]:22/bar?x#y (of type object).
-FAIL url.origin should be . Threw exception ReferenceError: Can't find variable: url
-FAIL url.username should be . Threw exception ReferenceError: Can't find variable: url
-FAIL url.password should be . Threw exception ReferenceError: Can't find variable: url
-FAIL url.host should be . Threw exception ReferenceError: Can't find variable: url
-FAIL url.hostname should be . Threw exception ReferenceError: Can't find variable: url
-FAIL url.port should be . Threw exception ReferenceError: Can't find variable: url
-FAIL url.pathname should be . Threw exception ReferenceError: Can't find variable: url
-FAIL url.search should be . Threw exception ReferenceError: Can't find variable: url
-FAIL url.hash should be . Threw exception ReferenceError: Can't find variable: url
+PASS invalidURL.toString() is 'http://@@:[email protected]:22/bar?x#y'
+FAIL invalidURL.origin should be . Was null.
+PASS invalidURL.username is ''
+PASS invalidURL.password is ''
+PASS invalidURL.host is ''
+PASS invalidURL.hostname is ''
+PASS invalidURL.port is ''
+PASS invalidURL.pathname is ''
+PASS invalidURL.search is ''
+PASS invalidURL.hash is ''
PASS successfullyParsed is true
TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes