Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 df991b97ec3e78011760de72c5abf7ccd7b6e722..5e8f68029f11655571ed689a38f22d4f633c0675 100644
--- a/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt
+++ b/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt
@@ -23,19 +23,19 @@ Root element: svg
PASS
6. Should THROW exception for mime-type = "text/xsl"
-TypeError: Unsupported mime-type specified.
+TypeError: Failed to execute 'parseFromString' on 'DOMParser': Unsupported mime-type specified.
PASS
7. Should THROW exception for mime-type = "text/dummy+xml"
-TypeError: Unsupported mime-type specified.
+TypeError: Failed to execute 'parseFromString' on 'DOMParser': Unsupported mime-type specified.
PASS
8. Should THROW exception for mime-type = "text/XML"
-TypeError: Unsupported mime-type specified.
+TypeError: Failed to execute 'parseFromString' on 'DOMParser': Unsupported mime-type specified.
PASS
9. Should THROW exception for mime-type = "TEXT/html"
-TypeError: Unsupported mime-type specified.
+TypeError: Failed to execute 'parseFromString' on 'DOMParser': Unsupported mime-type specified.
PASS

Powered by Google App Engine
This is Rietveld 408576698