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

Unified Diff: LayoutTests/fast/dom/HTMLSelectElement/option-add-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/fast/dom/HTMLSelectElement/option-add-crash.html
diff --git a/LayoutTests/fast/dom/HTMLSelectElement/option-add-crash.html b/LayoutTests/fast/dom/HTMLSelectElement/option-add-crash.html
index afd0b836dd8185895cb46594f0378361baf47666..f2ff342e403c4094a86637fe20376d4a54f97d8d 100755
--- a/LayoutTests/fast/dom/HTMLSelectElement/option-add-crash.html
+++ b/LayoutTests/fast/dom/HTMLSelectElement/option-add-crash.html
@@ -19,5 +19,4 @@ try {
select1.options[0] = new Option("", "");
} catch (Exception) { }
</script>
-<script src="../../js/resources/js-test-post.js"></script>
</html>

Powered by Google App Engine
This is Rietveld 408576698