Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default-expected.html

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
- &#x05D0; ... &#x05D5; - The first six Hebrew letters (strongly RTL).
- &#x202D; - The LRO (left-to-right-override) formatting character.
- &#x202C; - 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:
+ &#x05D0; ... &#x05D5; - The first six Hebrew letters (strongly RTL).
+ &#x202D; - The LRO (left-to-right override) formatting character.
+ &#x202C; - The PDF (pop directional formatting) formatting character; closes LRO.
+ </div>
+ <div class="test">
<div dir="ltr">&#x202D;[:)], [+- a &#x05D1;], [d &#x05D2; 1]...&#x202C;</div>
<div dir="rtl">&#x202D;...[d &#x05D2; 1] ,[+- a &#x05D1;] ,[:)]&#x202C;</div>
</div>
- <div class="box">
+ <div class="ref">
<div dir="ltr">&#x202D;[:)], [+- a &#x05D1;], [d &#x05D2; 1]...&#x202C;</div>
<div dir="rtl">&#x202D;...[d &#x05D2; 1] ,[+- a &#x05D1;] ,[:)]&#x202C;</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698