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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/FileAPI/support/url-origin.html

Issue 2675133002: Import wpt@97e16bef6d6599ae805521e2007a9430a12aa144 (Closed)
Patch Set: Revert change to W3CImportExpectations Created 3 years, 10 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: third_party/WebKit/LayoutTests/external/wpt/FileAPI/support/url-origin.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/FileAPI/support/url-origin.html b/third_party/WebKit/LayoutTests/external/wpt/FileAPI/support/url-origin.html
new file mode 100644
index 0000000000000000000000000000000000000000..63755113915f9f59eec9d292fc04422e7d219f90
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/FileAPI/support/url-origin.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<script>
+const blob = new Blob(["Test Blob"]);
+const url = URL.createObjectURL(blob);
+window.parent.postMessage({url: url}, '*');
+</script>

Powered by Google App Engine
This is Rietveld 408576698