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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-orthogonal-vrl-002.xht

Issue 1212953002: Convert line separator of several tests from CRLF to LF (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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5 <title>CSS Writing Modes Test: text baseline alignment of inline-block in or thogonal flow</title> 5 <title>CSS Writing Modes Test: text baseline alignment of inline-block in or thogonal flow</title>
6 <link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmai l.com" /> 6 <link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmai l.com" />
7 <link rel="reviewer" title="Gerard Talbot" href="http://www.gtalbot.org/Brow serBugsSection/css21testsuite/" /> <!-- 2015-06-12 --> 7 <link rel="reviewer" title="Gerard Talbot" href="http://www.gtalbot.org/Brow serBugsSection/css21testsuite/" /> <!-- 2015-06-12 -->
8 <link rel="help" title="4.3 Atomic Inline Baselines" href="http://www.w3.org /TR/css-writing-modes-3/#replaced-baselines" /> 8 <link rel="help" title="4.3 Atomic Inline Baselines" href="http://www.w3.org /TR/css-writing-modes-3/#replaced-baselines" />
9 <link rel="match" href="inline-block-alignment-orthogonal-vrl-002-ref.xht" / > 9 <link rel="match" href="inline-block-alignment-orthogonal-vrl-002-ref.xht" / >
10 <meta name="assert" content="This test checks the generation of text baselin e. When 'writing-mode' of the containing block of an inline-block in orthogonal flow is 'horizontal-tb', then the dominant baseline used is the alphabetical bas eline. In this test, the inline-block should be 'sitting' on the alphabetical ba seline, therefore creating a straight and unbroken bottom edge." /> 10 <meta name="assert" content="This test checks the generation of text baselin e. When 'writing-mode' of the containing block of an inline-block in orthogonal flow is 'horizontal-tb', then the dominant baseline used is the alphabetical bas eline. In this test, the inline-block should be 'sitting' on the alphabetical ba seline, therefore creating a straight and unbroken bottom edge." />
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 <p>Test passes if the <strong>bottom edge</strong> of an irregular polygon is straight and unbroken.</p> 49 <p>Test passes if the <strong>bottom edge</strong> of an irregular polygon is straight and unbroken.</p>
50 50
51 <div id="horiz-tb">É<div id="inline-block-90"> 51 <div id="horiz-tb">É<div id="inline-block-90">
52 <span class="block-descendant">L</span> 52 <span class="block-descendant">L</span>
53 <span class="block-descendant">Z</span> 53 <span class="block-descendant">Z</span>
54 </div><span id="orange30">É</span> 54 </div><span id="orange30">É</span>
55 </div> 55 </div>
56 56
57 </body> 57 </body>
58 </html> 58 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698