| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-005c.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-005c.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-005c.html
 | 
| index 834b94f2a1cfc8993a8d05b49467874b89699e00..d544275b2f5a67f87ca351de5bc5b15382c603ce 100644
 | 
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-005c.html
 | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-005c.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>
 | 
| 
 |