| Index: LayoutTests/fast/transforms/transform-on-inline.html
|
| diff --git a/LayoutTests/fast/transforms/transform-on-inline.html b/LayoutTests/fast/transforms/transform-on-inline.html
|
| index eefdaecba1860eeedd67a199a009db9a13fae73f..5aa1b9bfb73c3e4a2c5a99701e05ea42239127c9 100644
|
| --- a/LayoutTests/fast/transforms/transform-on-inline.html
|
| +++ b/LayoutTests/fast/transforms/transform-on-inline.html
|
| @@ -14,7 +14,7 @@
|
|
|
| <p>The <span class="transformed">span in this paragraph</span> has a transform, which has no effect on inlines.</p>
|
|
|
| -<p>The <span class="transparent transformed">span in this paragraph</span> has a transform, which has no effect on inlines. It also has opacity to throw it into a RenderLayer.</p>
|
| +<p>The <span class="transparent transformed">span in this paragraph</span> has a transform, which has no effect on inlines. It also has opacity to throw it into a Layer.</p>
|
|
|
| <p>The <span class="transparent transformed" style="display: inline-block;">span in this paragraph</span> has a transform and opacity, and is an inline-block. So it should respect the transform.</p>
|
|
|
|
|