Changeset 102060 in webkit
- Timestamp:
- Dec 5, 2011, 3:57:28 PM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
css3/bdi-element-expected.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r102058 r102060 1 2011-12-05 Ryosuke Niwa <rniwa@webkit.org> 2 3 REGRESSION(r101949): css3/bdi-element.html fails on Lion 4 https://bugs.webkit.org/show_bug.cgi?id=73859 5 6 Reviewed by Dan Bernstein. 7 8 The failure was caused by span that contains the text inside bdi in the reference file 9 was using display: inline-block. Because the width of an inline-block is always rounded up 10 like any other inline element, it causes the text in the reference file to be one pixel 11 longer than the one in the test file in certain cases. 12 13 Fixed the bug by using unicode-bidi: override instead of display: inline-block in 14 the reference file. 15 16 * css3/bdi-element-expected.html: 17 1 18 2011-12-05 Adam Barth <abarth@webkit.org> 2 19 -
trunk/LayoutTests/css3/bdi-element-expected.html
r101949 r102060 14 14 <li>User jcranmer: 12 posts. 15 15 <li>User hober: 5 posts. 16 <li>User <span style=" display: inline-block;">إيان</span><span dir="ltr">: 3 posts.</span></span>16 <li>User <span style="unicode-bidi: embed;">إيان</span><span style="direction: ltr; unicode-bidi: override;">: 3 posts.</span></span> 17 17 </ul> 18 18 </body>
Note:
See TracChangeset
for help on using the changeset viewer.