| Index: LayoutTests/fast/dynamic/unicode-bidi.html
|
| diff --git a/LayoutTests/fast/dynamic/unicode-bidi.html b/LayoutTests/fast/dynamic/unicode-bidi.html
|
| index 24e460e5ec39dfb9da3319118069c9a3e628a552..a9ba7dc0bd4e4648a9f0ed3e5ef54d8d579ee3b8 100644
|
| --- a/LayoutTests/fast/dynamic/unicode-bidi.html
|
| +++ b/LayoutTests/fast/dynamic/unicode-bidi.html
|
| @@ -1,5 +1,5 @@
|
| -<div style="font: 50px ahem; -webkit-font-smoothing: none; direction: rtl; position: absolute; z-index: -1; color: red;"><span style="color: green;">x</span>x</div>
|
| -<div id="target" style="text-align: left; font: 50px ahem; -webkit-font-smoothing: none; direction: rtl; color: green;">xp</div>
|
| +<div style="font: 50px Ahem; -webkit-font-smoothing: none; direction: rtl; position: absolute; z-index: -1; color: red;"><span style="color: green;">x</span>x</div>
|
| +<div id="target" style="text-align: left; font: 50px Ahem; -webkit-font-smoothing: none; direction: rtl; color: green;">xp</div>
|
| <script>
|
| document.body.offsetTop;
|
| document.getElementById("target").style.unicodeBidi = "bidi-override";
|
|
|