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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html b/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html
new file mode 100644
index 0000000000000000000000000000000000000000..78c0d71078d123665809a167a77089678b0c4dc2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.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><span>fo&#x2013;</span>bar</div>
+ <div><span>国国国</span>bar</div>
+ <div>あああ<span>bar</span></div>
+ <div><span>国国、</span>bar</div>
+</body>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698