Title: [196830] trunk/LayoutTests
- Revision
- 196830
- Author
- [email protected]
- Date
- 2016-02-19 13:02:43 -0800 (Fri, 19 Feb 2016)
Log Message
Re-sync W3C web-platform-tests' html/dom/interfaces.html
https://bugs.webkit.org/show_bug.cgi?id=154463
Reviewed by Ryosuke Niwa.
Re-sync W3C web-platform-tests' html/dom/interfaces.html after:
- https://github.com/w3c/web-platform-tests/pull/2588
* web-platform-tests/html/dom/interfaces-expected.txt:
* web-platform-tests/html/dom/interfaces.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (196829 => 196830)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2016-02-19 20:14:38 UTC (rev 196829)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2016-02-19 21:02:43 UTC (rev 196830)
@@ -1,3 +1,16 @@
+2016-02-19 Chris Dumez <[email protected]>
+
+ Re-sync W3C web-platform-tests' html/dom/interfaces.html
+ https://bugs.webkit.org/show_bug.cgi?id=154463
+
+ Reviewed by Ryosuke Niwa.
+
+ Re-sync W3C web-platform-tests' html/dom/interfaces.html after:
+ - https://github.com/w3c/web-platform-tests/pull/2588
+
+ * web-platform-tests/html/dom/interfaces-expected.txt:
+ * web-platform-tests/html/dom/interfaces.html:
+
2016-02-18 Chris Dumez <[email protected]>
window.history / window.navigator should not be replaceable
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (196829 => 196830)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt 2016-02-19 20:14:38 UTC (rev 196829)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt 2016-02-19 21:02:43 UTC (rev 196830)
@@ -4134,7 +4134,7 @@
PASS Location must be primary interface of window.location
PASS Stringification of window.location
PASS Location interface: window.location must have own property "href"
-FAIL Location interface: window.location must have own property "origin" assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
+PASS Location interface: window.location must have own property "origin"
PASS Location interface: window.location must have own property "protocol"
PASS Location interface: window.location must have own property "host"
PASS Location interface: window.location must have own property "hostname"
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html (196829 => 196830)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html 2016-02-19 20:14:38 UTC (rev 196829)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html 2016-02-19 21:02:43 UTC (rev 196830)
@@ -2322,7 +2322,7 @@
[Unforgeable] interface Location {
stringifier attribute USVString href;
- attribute USVString origin;
+ readonly attribute USVString origin;
attribute USVString protocol;
attribute USVString host;
attribute USVString hostname;
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (196829 => 196830)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt 2016-02-19 20:14:38 UTC (rev 196829)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt 2016-02-19 21:02:43 UTC (rev 196830)
@@ -4134,7 +4134,7 @@
PASS Location must be primary interface of window.location
PASS Stringification of window.location
PASS Location interface: window.location must have own property "href"
-FAIL Location interface: window.location must have own property "origin" assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
+PASS Location interface: window.location must have own property "origin"
PASS Location interface: window.location must have own property "protocol"
PASS Location interface: window.location must have own property "host"
PASS Location interface: window.location must have own property "hostname"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes