| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-003b.html | 
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-003b.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-003b.html | 
| index edd8023090b25903bbfaf47652f031e96dfe03e0..2c6b5530895eadaf50a97fca6bcc2c1c9dfb5421 100644 | 
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-003b.html | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-003b.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="auto">א</span>3</div> | 
| <div dir="ltr"><span dir="auto">a</span>3</div> | 
|  |