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

Unified Diff: LayoutTests/fast/text/international/combine-at-line-break-crash.html

Issue 881133003: Revert of text-combine should scale rather than fall back to none when wide (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/combine-at-line-break-crash.html
diff --git a/LayoutTests/fast/text/international/combine-at-line-break-crash.html b/LayoutTests/fast/text/international/combine-at-line-break-crash.html
index cb9ae1f23ee52fe556f570b33a58f1c0f0703ffb..fdd8e4394bc2f082bf556d1fbac1f462817afd40 100644
--- a/LayoutTests/fast/text/international/combine-at-line-break-crash.html
+++ b/LayoutTests/fast/text/international/combine-at-line-break-crash.html
@@ -1,11 +1,11 @@
<html>
<head>
<style>
-body {
+body * {
-webkit-writing-mode: vertical-lr;
+ -webkit-text-combine: horizontal;
}
#test {
- -webkit-text-combine: horizontal;
height: 7px;
white-space: pre-wrap;
}
« no previous file with comments | « LayoutTests/fast/text/font-variant-width-expected.txt ('k') | LayoutTests/fast/writing-mode/text-combine-compress.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698