Title: [220406] trunk/LayoutTests
Revision
220406
Author
bfulg...@apple.com
Date
2017-08-08 09:24:19 -0700 (Tue, 08 Aug 2017)

Log Message

Unreviewed test results fix after r220376.

Rebaseline for new SecurityException message text.

* fast/dom/Document/invalid-domain-change-throws-exception-expected.txt:
* http/tests/dom/document-attributes-null-handling-expected.txt:
* http/tests/security/set-domain-remove-subdomain-for-ip-address-expected.txt:
* http/tests/security/xss-DENIED-invalid-domain-change-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (220405 => 220406)


--- trunk/LayoutTests/ChangeLog	2017-08-08 16:13:48 UTC (rev 220405)
+++ trunk/LayoutTests/ChangeLog	2017-08-08 16:24:19 UTC (rev 220406)
@@ -1,3 +1,14 @@
+2017-08-08  Brent Fulgham  <bfulg...@apple.com>
+
+        Unreviewed test results fix after r220376.
+
+        Rebaseline for new SecurityException message text.
+
+        * fast/dom/Document/invalid-domain-change-throws-exception-expected.txt:
+        * http/tests/dom/document-attributes-null-handling-expected.txt:
+        * http/tests/security/set-domain-remove-subdomain-for-ip-address-expected.txt:
+        * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt:
+
 2017-08-08  Javier Fernandez  <jfernan...@igalia.com>
 
         Not possible to remove the 'li' element inside the table cell

Modified: trunk/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt (220405 => 220406)


--- trunk/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt	2017-08-08 16:13:48 UTC (rev 220405)
+++ trunk/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt	2017-08-08 16:24:19 UTC (rev 220406)
@@ -3,7 +3,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS document.domain = "apple.com" threw exception SecurityError: The operation is insecure..
+PASS document.domain = "apple.com" threw exception SecurityError: The document has a null effectiveDomain..
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/http/tests/dom/document-attributes-null-handling-expected.txt (220405 => 220406)


--- trunk/LayoutTests/http/tests/dom/document-attributes-null-handling-expected.txt	2017-08-08 16:13:48 UTC (rev 220405)
+++ trunk/LayoutTests/http/tests/dom/document-attributes-null-handling-expected.txt	2017-08-08 16:24:19 UTC (rev 220406)
@@ -18,7 +18,7 @@
 
 * domain attribute
 PASS document.domain is "127.0.0.1"
-PASS document.domain = null threw exception SecurityError: The operation is insecure..
+PASS document.domain = null threw exception SecurityError: Attempted to use a non-registrable domain..
 PASS document.domain is "127.0.0.1"
 PASS successfullyParsed is true
 

Modified: trunk/LayoutTests/http/tests/security/set-domain-remove-subdomain-for-ip-address-expected.txt (220405 => 220406)


--- trunk/LayoutTests/http/tests/security/set-domain-remove-subdomain-for-ip-address-expected.txt	2017-08-08 16:13:48 UTC (rev 220405)
+++ trunk/LayoutTests/http/tests/security/set-domain-remove-subdomain-for-ip-address-expected.txt	2017-08-08 16:24:19 UTC (rev 220406)
@@ -3,7 +3,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS Was not able to set document.domain to a fragment/part of the IP address. document.domain == 127.0.0.1. Got error: The operation is insecure.
+PASS Was not able to set document.domain to a fragment/part of the IP address. document.domain == 127.0.0.1. Got error: Attempted to use a non-registrable domain
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/http/tests/security/xss-DENIED-invalid-domain-change-expected.txt (220405 => 220406)


--- trunk/LayoutTests/http/tests/security/xss-DENIED-invalid-domain-change-expected.txt	2017-08-08 16:13:48 UTC (rev 220405)
+++ trunk/LayoutTests/http/tests/security/xss-DENIED-invalid-domain-change-expected.txt	2017-08-08 16:24:19 UTC (rev 220406)
@@ -1,3 +1,3 @@
-CONSOLE MESSAGE: line 17: SecurityError: The operation is insecure.
+CONSOLE MESSAGE: line 17: SecurityError: Attempted to use a non-registrable domain.
 
 PASS: cross-site not access allowed
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to