| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001a.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001a.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001a.html
|
| index 434e2d5aa55e87a7b90183cc33bdea12ce047ce7..16a308a2f7792a142ed69505f33d111831a063f9 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001a.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001a.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> 3</div>
|
| <div dir="ltr"><span dir="rtl">a</span> 3</div>
|
|
|