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

Unified Diff: LayoutTests/fast/storage/storage-disallowed-in-data-url.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/storage/storage-disallowed-in-data-url.html
diff --git a/LayoutTests/fast/storage/storage-disallowed-in-data-url.html b/LayoutTests/fast/storage/storage-disallowed-in-data-url.html
index b011379d0aaccb59b3da1987a32d993b9e27a6e3..9ad03ca545b902fe601519f1bc9558ceaed59e8f 100644
--- a/LayoutTests/fast/storage/storage-disallowed-in-data-url.html
+++ b/LayoutTests/fast/storage/storage-disallowed-in-data-url.html
@@ -24,6 +24,5 @@
</script>
<iframe src="data:text/html,<script>try { window.localStorage; } catch(e) { window.top.postMessage(e.message, '*'); }; try { window.sessionStorage; } catch(e) { window.top.postMessage(e.message, '*'); }</script>"></iframe>
- <script src="../js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698