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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html

Issue 2686583003: Fix line break at element boundary when 8bit element follows 16bit (Closed)
Patch Set: 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/line-break-8bit-after-16bit-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html b/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a27431652e5f13ccd85d6622b256c20caeb9fe87
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<style>
+@font-face {
+ font-family: AhemU;
+ src: url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf);
+}
+div {
+ font-family: Ahem, AhemU;
+ font-size: 20px;
+ width: 3ch;
+}
+</style>
+<body>
+ <div>fo&#x2013;bar</div>
+ <div>国国国bar</div>
+ <div>あああbar</div>
+ <div>国国、bar</div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698