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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/float-contiguous-vlr-005.xht

Issue 1161223002: Import csswg-test/css-writing-modes-3/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments updated 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
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6
7 <title>CSS Writing Modes Test: contiguous right-floating boxes in a 'vertical- lr' block formating context</title>
8
9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/" />
10 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layo ut" title="7.1 Principles of Layout in Vertical Writing Modes" />
11 <link rel="match" href="inline-replaced-vrl-004-ref.xht" />
12
13 <meta content="image" name="flags" />
14 <meta content="This test checks the flow of contiguous right-floating boxes. T he later (in source document) right-floating box must be to the left of the left outer edge of earlier floating boxes otherwise (if there is not enough availabl e horizontal space) below the margin box of the earlier box." name="assert" />
15
16 <style type="text/css"><![CDATA[
17 div
18 {
19 height: 200px;
20 -webkit-writing-mode: vertical-lr;
21 }
22
23 img
24 {
25 float: right;
26 }
27 ]]></style>
28 </head>
29
30 <body>
31
32 <p>Test passes if there is an unbroken drawing of a yin-yang (&#x262F;) symbol .</p>
33
34 <div><img src="support/test-bl.png" width="100" height="100" alt="Image downlo ad support must be enabled" /><img src="support/test-tl.png" width="100" height= "100" alt="Image download support must be enabled" /><img src="support/test-br.p ng" width="100" height="100" alt="Image download support must be enabled" /><img src="support/test-tr.png" width="100" height="100" alt="Image download support must be enabled" /></div>
35
36 </body>
37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698