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

Unified Diff: LayoutTests/editing/selection/caret-in-div-containing-br-in-vertical-mode.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-br-in-vertical-mode.html
diff --git a/LayoutTests/editing/selection/caret-in-div-containing-br-in-vertical-mode.html b/LayoutTests/editing/selection/caret-in-div-containing-br-in-vertical-mode.html
index 1c597f5981d7f1f7f8032447e9b850ece920a321..20c803c2ef57ea73639852ac888d9e56fcb6714b 100644
--- a/LayoutTests/editing/selection/caret-in-div-containing-br-in-vertical-mode.html
+++ b/LayoutTests/editing/selection/caret-in-div-containing-br-in-vertical-mode.html
@@ -9,7 +9,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=103621">103621</a>: Caret is incorrectly painted for a contenteditable &lt;div&gt; containing a &lt;br&gt; in vertical writing mode.\nFor the test to pass, carets in both the boxes should be exactly similar.\nTo manually verify the issue, try clicking on the second box. A caret should be visible at the start of that container.');

Powered by Google App Engine
This is Rietveld 408576698