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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.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/HTMLImageElement/image-lowsrc-getset.html
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html b/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html
index 08e408798a9e557e7fbadb7c159daaafbc5d2d61..6724a7ed846af4c0e0b6f51a0014a71c0626d84c 100644
--- a/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html
@@ -11,6 +11,5 @@ shouldBe("image.lowsrc", "'http://hostname/lowsrc.png'");
image.lowsrc = "http://hostname/newlowsrc.png";
shouldBe("image.lowsrc", "'http://hostname/newlowsrc.png'");
</script>
-<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/dom/HTMLFormElement/script-tests/TEMPLATE.html ('k') | LayoutTests/fast/dom/HTMLImageElement/parse-src.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698