| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-008a.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-008a.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-008a.html
|
| index c90dd382ab065cceaf7f3c874c82012e50517ca0..1455fd552be7657b73c93de1af9a700773ff4376 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-008a.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-008a.html
|
| @@ -13,14 +13,14 @@ input { margin: 5px; }
|
| </style>
|
| </head>
|
| <body>
|
| -<p class="instructions" dir="ltr" style="display:none">Test passes if the two boxes are identical.</p>
|
| -<!-- Notes:
|
| +<p class="instructions" dir="ltr">Test passes if the two boxes are identical.</p>
|
| +<!--Notes:
|
| Key to entities used below:
|
| א ... ו - The first six Hebrew letters (strongly RTL).
|
| ‭ - The LRO (left-to-right-override) formatting character.
|
| ‬ - The PDF (pop directional formatting) formatting character; closes LRO.
|
| The punctuation is moved around in the source to make it easier to do visual comparisons when the test is run.
|
| - -->
|
| +-->
|
| <div class="test">
|
| <div dir="ltr">א <span dir="rtl">ב</span></div>
|
| <div dir="ltr">a <span dir="rtl">b</span></div>
|
|
|