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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr-2.html

Issue 2615843002: Revert of Don't paint underline or selections over ellipsis in mixed-flow contexts (Closed)
Patch Set: Created 3 years, 11 months 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: third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr-2.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr-2.html b/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr-2.html
deleted file mode 100644
index 6623fe5ba4080efd588f8a8628c2eae7737056cf..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr-2.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<meta charset=utf-8>
-<style>
-dl {
- max-width: 20em;
- margin: auto;
- font-size: 120%;
- white-space: nowrap;
-}
-dd {
- overflow: hidden;
- text-overflow: ellipsis;
- text-decoration: inherit;
-}
-</style>
-<p>crbug.com/642454: Select all text in mixed ltr-rtl in rtl flow. None of the dots in the ellipsis should be selected.</p>
-<dl>
- <dd id="selection_with_ellipsis">Lorem ipsum ינטרנט וכו' במקום הטקסט האמיתי הסופיעד שיהיה טקסט אמית</dd>
-</dl>
-<script src="../../resources/run-after-layout-and-paint.js"></script>
-<script>
-runAfterLayoutAndPaint(function() {
- getSelection().setBaseAndExtent(selection_with_ellipsis.firstChild, 0, selection_with_ellipsis.firstChild, 155);
- }, true);
-</script>

Powered by Google App Engine
This is Rietveld 408576698