| Index: third_party/WebKit/LayoutTests/imported/wpt/html/rendering/non-replaced-elements/flow-content-0/div-align-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/rendering/non-replaced-elements/flow-content-0/div-align-expected.html b/third_party/WebKit/LayoutTests/imported/wpt/html/rendering/non-replaced-elements/flow-content-0/div-align-expected.html
|
| index fc66a0f5eb03a8aeab45840d3c4a1689f23eda74..da8e4d0dc1a866cb0539c8a8f2028fbd3ee1ebc5 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/rendering/non-replaced-elements/flow-content-0/div-align-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/rendering/non-replaced-elements/flow-content-0/div-align-expected.html
|
| @@ -17,7 +17,7 @@
|
| </style>
|
| </head>
|
| <body>
|
| -<!-- Centered tests -->
|
| +<!-- Centered tests -->
|
| <div class=center>
|
| <div class=test>t א</div>
|
| <div class="test rtl">t א</div>
|
| @@ -35,7 +35,7 @@
|
| </div>
|
| </div>
|
|
|
| -<!-- Left-aligned tests -->
|
| +<!-- Left-aligned tests -->
|
| <div class=left>
|
| <div class=test>t א</div>
|
| <div class="test rtl">t א</div>
|
| @@ -53,7 +53,7 @@
|
| <div class="test right">t א</div>
|
| </div>
|
|
|
| -<!-- Right-aligned tests -->
|
| +<!-- Right-aligned tests -->
|
| <div class=right>
|
| <div class=test>t א</div>
|
| <div class="test rtl">t א</div>
|
|
|