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

Unified Diff: LayoutTests/fast/text/international/complex-text-with-default-font-spaces.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.html
diff --git a/LayoutTests/fast/text/mixed-direction-bidi-wrap.html b/LayoutTests/fast/text/international/complex-text-with-default-font-spaces.html
similarity index 51%
copy from LayoutTests/fast/text/mixed-direction-bidi-wrap.html
copy to LayoutTests/fast/text/international/complex-text-with-default-font-spaces.html
index 7be014da295196ef7bcc1733727aa8c4d9242a3d..09ed375e057eec3176b623d785d0adccd042e32e 100644
--- a/LayoutTests/fast/text/mixed-direction-bidi-wrap.html
+++ b/LayoutTests/fast/text/international/complex-text-with-default-font-spaces.html
@@ -3,16 +3,16 @@
<head>
<meta charset="utf-8">
<style>
- div {
+ button {
font-family: Arial;
- display: inline-block;
+ font-size: 12px;
}
</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/TestExpectations ('k') | LayoutTests/fast/text/international/complex-text-with-default-font-spaces-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698