| Index: LayoutTests/fast/multicol/client-rects-rtl.html
|
| diff --git a/LayoutTests/fast/multicol/client-rects.html b/LayoutTests/fast/multicol/client-rects-rtl.html
|
| similarity index 98%
|
| copy from LayoutTests/fast/multicol/client-rects.html
|
| copy to LayoutTests/fast/multicol/client-rects-rtl.html
|
| index 5d398ce328f2757eab41ef0b51bd493a450d722d..da3d514805259268197595f1193ce1538aa6b5be 100644
|
| --- a/LayoutTests/fast/multicol/client-rects.html
|
| +++ b/LayoutTests/fast/multicol/client-rects-rtl.html
|
| @@ -1,6 +1,7 @@
|
| <!DOCTYPE html>
|
| <style>
|
| div.columns {
|
| + direction: rtl;
|
| height: 50px;
|
| width: 110px;
|
| margin: 10px 0;
|
| @@ -69,7 +70,7 @@
|
| </div>
|
|
|
| <p>
|
| - Except here, where the blue border should be around the bigger slice of the blue square, on the right.
|
| + Except here, where the blue border should be around the bigger slice of the blue square, on the left.
|
| </p>
|
|
|
| <div class="columns">
|
|
|