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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009b-expected.html

Issue 2086283003: Update web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into wpt_import Created 4 years, 5 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"/> 4 <meta charset="utf-8"/>
5 <title>The dir attribute: isolated from surrounding text, auto</title> 5 <title>The dir attribute: isolated from surrounding text, auto</title>
6 <style type="text/css"> 6 <style type="text/css">
7 .test, .ref { font-size: 150%; border: 1px solid orange; margin: 10px; margin-ri ght: 200px; padding: 5px; clear: both; } 7 .test, .ref { font-size: 150%; border: 1px solid orange; margin: 10px; margin-ri ght: 200px; padding: 5px; clear: both; }
8 input { margin: 5px; } 8 input { margin: 5px; }
9 </style> 9 </style>
10 </head> 10 </head>
11 <body> 11 <body>
12 <p class="instructions" dir="ltr" style="display:none">Test passes if the two bo xes are identical.</p> 12 <p class="instructions" dir="ltr">Test passes if the two boxes are identical.</p >
13 <div class="ref"><div dir="ltr">&#8237;&#1490; &lt; &gt; b &gt; &lt; &#1488;...& #8236;</div><div dir="rtl">&#8237;...a &gt; &lt; &#1489; &lt; &gt; c&#8236;</div ></div> 13 <div class="ref"><div dir="ltr">&#8237;&#1490; &lt; &gt; b &gt; &lt; &#1488;...& #8236;</div><div dir="rtl">&#8237;...a &gt; &lt; &#1489; &lt; &gt; c&#8236;</div ></div>
14 <div class="ref"><div dir="ltr">&#8237;&#1490; &lt; &gt; b &gt; &lt; &#1488;...& #8236;</div><div dir="rtl">&#8237;...a &gt; &lt; &#1489; &lt; &gt; c&#8236;</div ></div> 14 <div class="ref"><div dir="ltr">&#8237;&#1490; &lt; &gt; b &gt; &lt; &#1488;...& #8236;</div><div dir="rtl">&#8237;...a &gt; &lt; &#1489; &lt; &gt; c&#8236;</div ></div>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698