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

Unified Diff: LayoutTests/editing/inserting/insert-html-crash.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/editing/inserting/insert-html-crash.html
diff --git a/LayoutTests/editing/inserting/insert-html-crash.html b/LayoutTests/editing/inserting/insert-html-crash.html
index 933d71bd6029ad2772ea5c18168eb1f68ab6f14b..154fda0142c357399569b7559f7cc7b369c63fd5 100755
--- a/LayoutTests/editing/inserting/insert-html-crash.html
+++ b/LayoutTests/editing/inserting/insert-html-crash.html
@@ -18,5 +18,4 @@ document.designMode = "on";
document.execCommand("SelectAll");
document.execCommand("InsertHTML", false, 4);
</script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</html>

Powered by Google App Engine
This is Rietveld 408576698