| Index: LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default-expected.html
|
| diff --git a/LayoutTests/fast/text/international/bdi-dir-default-to-auto-expected.html b/LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default-expected.html
|
| similarity index 59%
|
| copy from LayoutTests/fast/text/international/bdi-dir-default-to-auto-expected.html
|
| copy to LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default-expected.html
|
| index 67ca79194fe318500bcf8f364d7a6f07d146bad5..6bbd24b96e0a9a3d8dc4759b964525c9fe6dc751 100644
|
| --- a/LayoutTests/fast/text/international/bdi-dir-default-to-auto-expected.html
|
| +++ b/LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default-expected.html
|
| @@ -8,24 +8,27 @@
|
| body{
|
| font-size:2em;
|
| }
|
| - .box {
|
| + .test, .ref {
|
| border: medium solid gray;
|
| width: 500px;
|
| margin: 20px;
|
| }
|
| + .comments { display: none; }
|
| </style>
|
| </head>
|
| <body>
|
| - The two boxes below should look exactly the same.
|
| - <!-- 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. -->
|
| - <div class="box">
|
| + <div class="instructions" style="display:none"><p>Test passes if the two boxes below look exactly the same.</p></div>
|
| + <div class="comments">
|
| + 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.
|
| + </div>
|
| + <div class="test">
|
| <div dir="ltr">‭[:)], [+- a ב], [d ג 1]...‬</div>
|
| <div dir="rtl">‭...[d ג 1] ,[+- a ב] ,[:)]‬</div>
|
| </div>
|
| - <div class="box">
|
| + <div class="ref">
|
| <div dir="ltr">‭[:)], [+- a ב], [d ג 1]...‬</div>
|
| <div dir="rtl">‭...[d ג 1] ,[+- a ב] ,[:)]‬</div>
|
| </div>
|
|
|