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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-horizontal-001r.html

Issue 1188583004: update-w3c-deps import using blink 9d3793ee56e5bb1aa1eef078d848e1b0e6e4d355: (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
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>CSS Writing Modes: text-combine-upright in horizontal writing mode</title > 5 <title>CSS Writing Modes: text-combine-upright in horizontal writing mode</title >
6 <link rel="author" title="Masataka Yakura" href="http://google.com/+MasatakaYaku ra"> 6 <link rel="author" title="Masataka Yakura" href="http://google.com/+MasatakaYaku ra">
7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-up right"> 7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-up right">
8 <link rel="match" href="reference/writing-mode-horizontal-001r-ref.html"> 8 <link rel="match" href="reference/writing-mode-horizontal-001r-ref.html">
9 <meta name="assert" content="text-combine-upright does not have an effect in hor izontal writing modes."> 9 <meta name="assert" content="text-combine-upright does not have an effect in hor izontal writing modes.">
10 <style> 10 <style>
(...skipping 12 matching lines...) Expand all
23 23
24 <p>Test passes if the following texts are identical:</p> 24 <p>Test passes if the following texts are identical:</p>
25 25
26 <div class="test"> 26 <div class="test">
27 <p><span class="tcy">2014</span></p> 27 <p><span class="tcy">2014</span></p>
28 <p>2014</p> 28 <p>2014</p>
29 </div> 29 </div>
30 30
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698