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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/ellipsis-at-edge-of-ltr-text-in-rtl-flow.html

Issue 2697213002: Do not guess UTF8 encoding (Closed)
Patch Set: webkit layout htmls Created 3 years, 10 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/fast/text/ellipsis-at-edge-of-ltr-text-in-rtl-flow.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/ellipsis-at-edge-of-ltr-text-in-rtl-flow.html b/third_party/WebKit/LayoutTests/fast/text/ellipsis-at-edge-of-ltr-text-in-rtl-flow.html
index 2387ba17af99e9a783ced89d63d8353021b5acfa..cc914a78defaa1c7e99761d75e4e29b0005564f3 100644
--- a/third_party/WebKit/LayoutTests/fast/text/ellipsis-at-edge-of-ltr-text-in-rtl-flow.html
+++ b/third_party/WebKit/LayoutTests/fast/text/ellipsis-at-edge-of-ltr-text-in-rtl-flow.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<meta charset="utf-8"/>
<style>
div {
width: 125px;
@@ -11,4 +12,3 @@ div {
<p>crbug.com/155836: Ltr text in a rtl flow should truncate the text right-to-left.</p>
<p>You should see ...32109876543210 below.</p>
<div>32109876543210כמו</div>
-

Powered by Google App Engine
This is Rietveld 408576698