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

Unified Diff: LayoutTests/fast/dom/document-contentType-data-uri-expected.txt

Issue 210253003: Make data: urls always parse async (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 8 months 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/document-contentType-data-uri-expected.txt
diff --git a/LayoutTests/fast/dom/document-contentType-data-uri-expected.txt b/LayoutTests/fast/dom/document-contentType-data-uri-expected.txt
index 26b167c05c9f58eb20ce35cbf248e83bc15d7db3..4703a2b94fa70e9dcdc49bd05cb38e12def91389 100644
--- a/LayoutTests/fast/dom/document-contentType-data-uri-expected.txt
+++ b/LayoutTests/fast/dom/document-contentType-data-uri-expected.txt
@@ -1,7 +1,7 @@
-PASS "text/html" is "text/html"
PASS "text/xml" is "text/xml"
PASS "application/xml" is "application/xml"
PASS "image/svg+xml" is "image/svg+xml"
+PASS "text/html" is "text/html"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698