Title: [181803] trunk/LayoutTests
Revision
181803
Author
a...@apple.com
Date
2015-03-20 10:07:18 -0700 (Fri, 20 Mar 2015)

Log Message

platform/mac/fast/loader/file-url-mimetypes-3.html fails when MS Office is installed
https://bugs.webkit.org/show_bug.cgi?id=142884

Reviewed by Tim Horton.

Disable a test for .xls until rdar://problem/20232251 is fixed. It is not particularly
relevant to a web browser which MIME type local Excel files get anyway.

* platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
* platform/mac/fast/loader/file-url-mimetypes-3.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (181802 => 181803)


--- trunk/LayoutTests/ChangeLog	2015-03-20 16:47:38 UTC (rev 181802)
+++ trunk/LayoutTests/ChangeLog	2015-03-20 17:07:18 UTC (rev 181803)
@@ -1,5 +1,18 @@
 2015-03-20  Alexey Proskuryakov  <a...@apple.com>
 
+        platform/mac/fast/loader/file-url-mimetypes-3.html fails when MS Office is installed
+        https://bugs.webkit.org/show_bug.cgi?id=142884
+
+        Reviewed by Tim Horton.
+
+        Disable a test for .xls until rdar://problem/20232251 is fixed. It is not particularly
+        relevant to a web browser which MIME type local Excel files get anyway.
+
+        * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
+        * platform/mac/fast/loader/file-url-mimetypes-3.html:
+
+2015-03-20  Alexey Proskuryakov  <a...@apple.com>
+
         [Mac] svg/text/non-bmp-positioning-lists.svg fails when MS Office is installed
         https://bugs.webkit.org/show_bug.cgi?id=142861
 

Modified: trunk/LayoutTests/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt (181802 => 181803)


--- trunk/LayoutTests/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt	2015-03-20 16:47:38 UTC (rev 181802)
+++ trunk/LayoutTests/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt	2015-03-20 17:07:18 UTC (rev 181803)
@@ -85,7 +85,6 @@
 example-xht.xht has MIME type application/xhtml+xml
 example-xhtm.xhtm has MIME type application/xhtml+xml
 example-xhtml.xhtml has MIME type application/xhtml+xml
-example-xls.xls has MIME type application/vnd.ms-excel
 example-xlsb.xlsb has MIME type application/vnd.ms-excel.sheet.binary.macroenabled.12
 example-xlsm.xlsm has MIME type application/vnd.ms-excel.sheet.macroenabled.12
 example-xlsx.xlsx has MIME type application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Modified: trunk/LayoutTests/platform/mac/fast/loader/file-url-mimetypes-3.html (181802 => 181803)


--- trunk/LayoutTests/platform/mac/fast/loader/file-url-mimetypes-3.html	2015-03-20 16:47:38 UTC (rev 181802)
+++ trunk/LayoutTests/platform/mac/fast/loader/file-url-mimetypes-3.html	2015-03-20 17:07:18 UTC (rev 181803)
@@ -97,7 +97,8 @@
                         "resources/mimeTypeExamples/example-xht.xht", 
                         "resources/mimeTypeExamples/example-xhtm.xhtm", 
                         "resources/mimeTypeExamples/example-xhtml.xhtml", 
-                        "resources/mimeTypeExamples/example-xls.xls", 
+// <rdar://problem/20232251> An incorrect MIME type is provided for .xls files when MS Office is installed
+//                        "resources/mimeTypeExamples/example-xls.xls", 
                         "resources/mimeTypeExamples/example-xlsb.xlsb", 
                         "resources/mimeTypeExamples/example-xlsm.xlsm", 
                         "resources/mimeTypeExamples/example-xlsx.xlsx", 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to