| Index: third_party/WebKit/LayoutTests/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html b/third_party/WebKit/LayoutTests/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html
|
| index 8b520e2b6b3bddc53a5ccaee72b64be7cde12d5b..1a1d9da470b3146e2bbc9bcb9e45cede2d41be9c 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html
|
| @@ -13,9 +13,6 @@
|
| }
|
| </style>
|
| <script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsTextWithPixelResults();
|
| -
|
| function repaintTest() {
|
| var testElement = document.getElementById("test");
|
| var selection = window.getSelection();
|
| @@ -23,7 +20,7 @@ function repaintTest() {
|
| selection.modify("Extend", "Forward", "Line");
|
| }
|
| </script>
|
| -<body onload="runRepaintTest()">
|
| +<body onload="runRepaintAndPixelTest()">
|
| <div id="test" contenteditable="true">
|
| <div>Some text in vertical mode</div>
|
| </div>
|
|
|