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

Unified Diff: LayoutTests/editing/selection/caret-in-div-containing-empty-block.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/selection/caret-in-div-containing-empty-block.html
diff --git a/LayoutTests/editing/selection/caret-in-div-containing-empty-block.html b/LayoutTests/editing/selection/caret-in-div-containing-empty-block.html
index 0ecae8b39d06451adf12110400c8227c1b76f9b4..d0282a397330c5accd567d3f6897973831be1b71 100644
--- a/LayoutTests/editing/selection/caret-in-div-containing-empty-block.html
+++ b/LayoutTests/editing/selection/caret-in-div-containing-empty-block.html
@@ -11,7 +11,7 @@
-webkit-writing-mode: vertical-rl;
}
</style>
-<script src="../../fast/js/resources/js-test-pre.js"></script>
+<script src="../../resources/js-test.js"></script>
<script>
function runTest() {
description('Testcase for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=108053">108053</a>: Caret is not displayed when trying to focus inside a contenteditable element containing an empty block.\nTo manually verify the issue, click inside the three boxes. A caret should be displayed for each of them.');

Powered by Google App Engine
This is Rietveld 408576698