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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/bdo-override.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>HTML Test: bdo - override the Unicode bidirectional algorithm</title>
6 <link rel="author" title="Intel" href="http://www.intel.com/">
7 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-bdo-eleme nt">
8 <link rel="match" href="bidi-001-ref.html">
9 <meta name="assert" content="Check if authors could override the Unicode bid irectional algorithm
10 by explicitly specifying a direction override of bdo element">
11 </head>
12 <body>
13 <p>Test passes if there is text 'WERBEH'.</p>
14 <p>
15 &#x202E;<bdo dir="ltr">WERBEH</bdo>&#x202C;
16 </p>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698