| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-007c.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-007c.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-007c.html
|
| index f7f17cd6d6b92530d0228754ce7ea72d66e588a2..b9c5219b8da67f4ba20924ea60962bc463ed7e0a 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-007c.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-007c.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="ltr">א</span>ב...</div>
|
| <div dir="ltr"><span dir="ltr">a</span>b...</div>
|
|
|