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

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

Issue 799123003: 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: Remove one expected.txt and rebase-update (there was a directory rename) 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 fdd8e4394bc2f082bf556d1fbac1f462817afd40..cb9ae1f23ee52fe556f570b33a58f1c0f0703ffb 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;
}

Powered by Google App Engine
This is Rietveld 408576698