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

Unified Diff: third_party/WebKit/LayoutTests/fast/loader/data-url-charset.html

Issue 1986053003: Remove default charset of dataURL request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for RFC Created 4 years, 7 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
« no previous file with comments | « net/base/data_url.cc ('k') | third_party/WebKit/LayoutTests/fast/loader/data-url-charset-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/loader/data-url-charset.html
diff --git a/third_party/WebKit/LayoutTests/fast/loader/data-url-charset.html b/third_party/WebKit/LayoutTests/fast/loader/data-url-charset.html
new file mode 100644
index 0000000000000000000000000000000000000000..11e7bfcdaff6553da37955e1b7d821b54aa5d096
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/loader/data-url-charset.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+</head>
+<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+</head>
+<body>
+<iframe style="height:100%;width:100%;border-width: 0px;border-height: 0px;" src="data:text/html;base64,PGh0bWw+PG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7Y2hhcnNldD1VVEYtOCI+PGJvZHk+PGRpdj7lpKflrrblpb08L2Rpdj48Ym9keT48L2h0bWw+">
+</iframe>
+</body>
+</html>
« no previous file with comments | « net/base/data_url.cc ('k') | third_party/WebKit/LayoutTests/fast/loader/data-url-charset-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698