Title: [237426] trunk/LayoutTests
Revision
237426
Author
a...@apple.com
Date
2018-10-25 13:04:50 -0700 (Thu, 25 Oct 2018)

Log Message

https://bugs.webkit.org/show_bug.cgi?id=175597
XMLHttpRequest should not sniff content encoding

Actually, the discussion in Bugzilla claims that it should always have worked on
iOS. Not sure why the test was not enabled from the start.

* platform/ios/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (237425 => 237426)


--- trunk/LayoutTests/ChangeLog	2018-10-25 20:01:25 UTC (rev 237425)
+++ trunk/LayoutTests/ChangeLog	2018-10-25 20:04:50 UTC (rev 237426)
@@ -1,5 +1,15 @@
 2018-10-25  Alexey Proskuryakov  <a...@apple.com>
 
+        https://bugs.webkit.org/show_bug.cgi?id=175597
+        XMLHttpRequest should not sniff content encoding
+
+        Actually, the discussion in Bugzilla claims that it should always have worked on
+        iOS. Not sure why the test was not enabled from the start.
+
+        * platform/ios/TestExpectations:
+
+2018-10-25  Alexey Proskuryakov  <a...@apple.com>
+
         Update test results for https://bugs.webkit.org/show_bug.cgi?id=175597
         XMLHttpRequest should not sniff content encoding
 

Modified: trunk/LayoutTests/platform/ios/TestExpectations (237425 => 237426)


--- trunk/LayoutTests/platform/ios/TestExpectations	2018-10-25 20:01:25 UTC (rev 237425)
+++ trunk/LayoutTests/platform/ios/TestExpectations	2018-10-25 20:04:50 UTC (rev 237426)
@@ -3202,3 +3202,6 @@
 media/media-fullscreen-loop-inline.html [ Pass Timeout ]
 
 webkit.org/b/187618 [ Release ] media/media-fullscreen-pause-inline.html [ Pass Failure ]
+
+# Disabled globally.
+http/tests/xmlhttprequest/gzip-content-type-no-content-encoding.html [ Pass ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to