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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/ltr-text-in-rtl-8bit-block.html

Issue 1834703002: Fix preferred width calculation for 8bit ltr runs in rtl blocks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 4 years, 9 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/ltr-text-in-rtl-8bit-block.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/ltr-text-in-rtl-8bit-block.html b/third_party/WebKit/LayoutTests/fast/text/ltr-text-in-rtl-8bit-block.html
new file mode 100644
index 0000000000000000000000000000000000000000..4a02e3a0baddabe231afbef1b9b6b5f667b4cab0
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/ltr-text-in-rtl-8bit-block.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ </head>
+ <body>
+ <span style="border:solid 1px red;display:inline-block;direction:rtl">SAP SE</span>
+ <p>
+ Line above should not wrap.
+ </p>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698