| Index: third_party/WebKit/LayoutTests/fast/text/emphasis.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/emphasis.html b/third_party/WebKit/LayoutTests/fast/text/emphasis.html
|
| index 33868165d2974780c2a977533a2f20414f7f80dd..6a69c8137d0e2ee083072fc1174c2082d78db598 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/text/emphasis.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/emphasis.html
|
| @@ -8,8 +8,8 @@
|
| div {
|
| border: solid;
|
| width: 360px;
|
| - float: left;
|
| - margin: 8px;
|
| + display: inline-block;
|
| + margin: 4px;
|
| }
|
|
|
| span::selection {
|
| @@ -53,7 +53,7 @@
|
| eu iaculis vel, scelerisque nec dolor.
|
| </div>
|
|
|
| -<div style="-webkit-writing-mode: horizontal-bt;">
|
| +<div style="-webkit-writing-mode: vertical-rl; height:150px;">
|
| Lorem <span style="-webkit-text-emphasis: filled red;">ipsum</span>
|
| <span style="-webkit-text-emphasis: open green;">dolor</span>
|
| <span style="-webkit-text-emphasis: circle;">sit</span>
|
|
|