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

Unified Diff: LayoutTests/editing/deleting/delete-svg-001.html

Issue 58533003: Move fast/js/resources files to resources. (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/deleting/delete-svg-001.html
diff --git a/LayoutTests/editing/deleting/delete-svg-001.html b/LayoutTests/editing/deleting/delete-svg-001.html
index e1a449633ff5af3b4a0aa1a51fb29c7dba80b8f7..c72de0fbab9ccae71ec25cb17a6bbc5063e293de 100644
--- a/LayoutTests/editing/deleting/delete-svg-001.html
+++ b/LayoutTests/editing/deleting/delete-svg-001.html
@@ -10,7 +10,7 @@ Manual steps (run in assertion enabled binary)
<div contenteditable="true">hello<span style="width: 10px; height: 10px;" id="sample">
<svg viewBox="0 0 100 100" width="20" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg"><text x="10" y="70" font-size="80">X</text><line x1="0" y1="2.5" x2="100" y2="2.5" stroke="red" stroke-width="5" color="yellow"></line><line x1="0" y1="97.5" x2="100" y2="97.5" stroke="red" stroke-width="5" color="yellow"></line></svg></span>world</div>
</div>
-<script src="../../fast/js/resources/js-test-pre.js"></script>
+<script src="../../resources/js-test.js"></script>
<script>
description('Delete SVG element without assertion');
function $(id) { return document.getElementById(id); }

Powered by Google App Engine
This is Rietveld 408576698