Index: LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt |
diff --git a/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt b/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt |
index dcd29dbf56bd0e603d49d95ed8a7eb16063f2838..ba2040604d805127f199a69e1b8f072a82f791b0 100644 |
--- a/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt |
+++ b/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt |
@@ -22,7 +22,16 @@ PASS |
Root element: svg |
PASS |
-6. Should NOT support mime-type = "text/xsl" |
-FAIL |
+6. Should THROW exception for mime-type = "text/xsl" |
+PASS |
+ |
+7. Should THROW exception for mime-type = "text/dummy+xml" |
+PASS |
+ |
+8. Should THROW exception for mime-type = "text/XML" |
+PASS |
+ |
+9. Should THROW exception for mime-type = "TEXT/html" |
+PASS |