Title: [196764] trunk/LayoutTests
Revision
196764
Author
[email protected]
Date
2016-02-18 10:21:49 -0800 (Thu, 18 Feb 2016)

Log Message

Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196742

Unreviewed test gardening.

* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (196763 => 196764)


--- trunk/LayoutTests/ChangeLog	2016-02-18 18:13:32 UTC (rev 196763)
+++ trunk/LayoutTests/ChangeLog	2016-02-18 18:21:49 UTC (rev 196764)
@@ -1,3 +1,11 @@
+2016-02-18  Ryan Haddad  <[email protected]>
+
+        Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196742
+
+        Unreviewed test gardening.
+
+        * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
+
 2016-02-18  Csaba Osztrogonác  <[email protected]>
 
         JSC ARM Linux test gardening after r196625

Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (196763 => 196764)


--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt	2016-02-18 18:13:32 UTC (rev 196763)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt	2016-02-18 18:21:49 UTC (rev 196764)
@@ -4147,13 +4147,9 @@
 PASS Location interface: window.location must have own property "search" 
 PASS Location interface: window.location must have own property "hash" 
 FAIL Location interface: window.location must have own property "assign" assert_equals: property should be writable if and only if not unforgeable expected false but got true
-FAIL Location interface: calling assign(USVString) on window.location with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
-    [native code]
-}" did not throw
+PASS Location interface: calling assign(USVString) on window.location with too few arguments must throw TypeError 
 FAIL Location interface: window.location must have own property "replace" assert_equals: property should be writable if and only if not unforgeable expected false but got true
-FAIL Location interface: calling replace(USVString) on window.location with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
-    [native code]
-}" did not throw
+PASS Location interface: calling replace(USVString) on window.location with too few arguments must throw TypeError 
 FAIL Location interface: window.location must have own property "reload" assert_equals: property should be writable if and only if not unforgeable expected false but got true
 PASS Location interface: window.location must have own property "ancestorOrigins" 
 PASS PopStateEvent interface: existence and properties of interface object 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to