| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006c.html | 
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006c.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006c.html | 
| index 6f062d04e0e87b0e350b89c1d0538bc677cae241..3407d37f38a62d0c4195295ac20ca1212a6f2bc9 100644 | 
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006c.html | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006c.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="rtl"><span dir="rtl">> a ></span> > b >...</div> | 
|  |