Title: [222852] trunk/LayoutTests
Revision
222852
Author
[email protected]
Date
2017-10-04 09:56:28 -0700 (Wed, 04 Oct 2017)

Log Message

Rebaseline fast/xmlhttprequest/set-dangerous-headers.html and http/tests/xmlhttprequest/set-dangerous-headers.html
https://bugs.webkit.org/show_bug.cgi?id=177829

Unreviewed test gardening.

* fast/xmlhttprequest/set-dangerous-headers-expected.txt:
* http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (222851 => 222852)


--- trunk/LayoutTests/ChangeLog	2017-10-04 16:54:16 UTC (rev 222851)
+++ trunk/LayoutTests/ChangeLog	2017-10-04 16:56:28 UTC (rev 222852)
@@ -1,3 +1,13 @@
+2017-10-04  Ryan Haddad  <[email protected]>
+
+        Rebaseline fast/xmlhttprequest/set-dangerous-headers.html and http/tests/xmlhttprequest/set-dangerous-headers.html
+        https://bugs.webkit.org/show_bug.cgi?id=177829
+
+        Unreviewed test gardening.
+
+        * fast/xmlhttprequest/set-dangerous-headers-expected.txt:
+        * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
+
 2017-10-04  Zan Dobersek  <[email protected]>
 
         Unreviewed WPE gardening.

Modified: trunk/LayoutTests/fast/xmlhttprequest/set-dangerous-headers-expected.txt (222851 => 222852)


--- trunk/LayoutTests/fast/xmlhttprequest/set-dangerous-headers-expected.txt	2017-10-04 16:54:16 UTC (rev 222851)
+++ trunk/LayoutTests/fast/xmlhttprequest/set-dangerous-headers-expected.txt	2017-10-04 16:56:28 UTC (rev 222852)
@@ -17,11 +17,11 @@
 CONSOLE MESSAGE: line 33: Refused to set unsafe header "TRAILER"
 CONSOLE MESSAGE: line 34: Refused to set unsafe header "TRANSFER-ENCODING"
 CONSOLE MESSAGE: line 35: Refused to set unsafe header "UPGRADE"
-CONSOLE MESSAGE: line 37: Refused to set unsafe header "VIA"
-CONSOLE MESSAGE: line 39: Refused to set unsafe header "Proxy-"
-CONSOLE MESSAGE: line 40: Refused to set unsafe header "Proxy-test"
-CONSOLE MESSAGE: line 41: Refused to set unsafe header "PROXY-FOO"
-CONSOLE MESSAGE: line 43: Refused to set unsafe header "Sec-"
-CONSOLE MESSAGE: line 44: Refused to set unsafe header "Sec-test"
-CONSOLE MESSAGE: line 45: Refused to set unsafe header "SEC-FOO"
+CONSOLE MESSAGE: line 36: Refused to set unsafe header "VIA"
+CONSOLE MESSAGE: line 38: Refused to set unsafe header "Proxy-"
+CONSOLE MESSAGE: line 39: Refused to set unsafe header "Proxy-test"
+CONSOLE MESSAGE: line 40: Refused to set unsafe header "PROXY-FOO"
+CONSOLE MESSAGE: line 42: Refused to set unsafe header "Sec-"
+CONSOLE MESSAGE: line 43: Refused to set unsafe header "Sec-test"
+CONSOLE MESSAGE: line 44: Refused to set unsafe header "SEC-FOO"
 Test that setRequestHeader() cannot be used to alter security-sensitive headers. This test PASSED if you see console warnings.

Modified: trunk/LayoutTests/http/tests/xmlhttprequest/set-dangerous-headers-expected.txt (222851 => 222852)


--- trunk/LayoutTests/http/tests/xmlhttprequest/set-dangerous-headers-expected.txt	2017-10-04 16:54:16 UTC (rev 222851)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/set-dangerous-headers-expected.txt	2017-10-04 16:56:28 UTC (rev 222852)
@@ -17,13 +17,13 @@
 CONSOLE MESSAGE: line 33: Refused to set unsafe header "TRAILER"
 CONSOLE MESSAGE: line 34: Refused to set unsafe header "TRANSFER-ENCODING"
 CONSOLE MESSAGE: line 35: Refused to set unsafe header "UPGRADE"
-CONSOLE MESSAGE: line 37: Refused to set unsafe header "VIA"
-CONSOLE MESSAGE: line 39: Refused to set unsafe header "Proxy-"
-CONSOLE MESSAGE: line 40: Refused to set unsafe header "Proxy-test"
-CONSOLE MESSAGE: line 41: Refused to set unsafe header "PROXY-FOO"
-CONSOLE MESSAGE: line 43: Refused to set unsafe header "Sec-"
-CONSOLE MESSAGE: line 44: Refused to set unsafe header "Sec-test"
-CONSOLE MESSAGE: line 45: Refused to set unsafe header "SEC-FOO"
+CONSOLE MESSAGE: line 36: Refused to set unsafe header "VIA"
+CONSOLE MESSAGE: line 38: Refused to set unsafe header "Proxy-"
+CONSOLE MESSAGE: line 39: Refused to set unsafe header "Proxy-test"
+CONSOLE MESSAGE: line 40: Refused to set unsafe header "PROXY-FOO"
+CONSOLE MESSAGE: line 42: Refused to set unsafe header "Sec-"
+CONSOLE MESSAGE: line 43: Refused to set unsafe header "Sec-test"
+CONSOLE MESSAGE: line 44: Refused to set unsafe header "SEC-FOO"
 Test that setRequestHeader cannot be used to alter security-sensitive headers.
 
 SUCCESS
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to