| 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;
|
| }
|
|
|