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

Unified Diff: LayoutTests/fast/text/international/complex-text-with-default-font-spaces-expected.html

Issue 622653002: Force ComplexPath if any part of the node requires it (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 years, 3 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: LayoutTests/fast/text/international/complex-text-with-default-font-spaces-expected.html
diff --git a/LayoutTests/fast/text/mixed-direction-bidi-wrap-expected.html b/LayoutTests/fast/text/international/complex-text-with-default-font-spaces-expected.html
similarity index 55%
copy from LayoutTests/fast/text/mixed-direction-bidi-wrap-expected.html
copy to LayoutTests/fast/text/international/complex-text-with-default-font-spaces-expected.html
index 15d7b6979dfb6c7c7f8ac9c2ac20502d12549e31..7b379e7bf91f16fd2f3843f218c02aa5f8b33a44 100644
--- a/LayoutTests/fast/text/mixed-direction-bidi-wrap-expected.html
+++ b/LayoutTests/fast/text/international/complex-text-with-default-font-spaces-expected.html
@@ -3,17 +3,17 @@
<head>
<meta charset="utf-8">
<style>
- div {
+ button {
font-family: Arial;
- display: inline-block;
+ font-size: 12px;
white-space: nowrap;
}
</style>
</head>
<body>
- <div>A مايو</div>
+ <button>सभी को डिफ़ॉल्ट पर रीसेट करें</button>
<p>
- The line above should not wrap.
+ The button above should not wrap.
</p>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/text/international/complex-text-with-default-font-spaces.html ('k') | Source/core/rendering/RenderText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698