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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/padding-vrl-004.xht

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background 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 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 2
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 4
5 <head> 5 <head>
6 6
7 <title>CSS Writing Modes Test: padding in 'vertical-rl' writing-mode context</ title> 7 <title>CSS Writing Modes Test: padding in 'vertical-rl' writing-mode context</ title>
8 8
9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/" /> 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" /> 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 <!-- 11 <!--
12 Test inspired by 12 Test inspired by
13 http://lxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/109 6224-1b.html 13 http://lxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/109 6224-1b.html
14 --> 14 -->
15 <link rel="match" href="margin-vrl-002-ref.xht" /> 15 <link rel="match" href="margin-vrl-002-ref.xht" />
16 16
17 <meta content="image" name="flags" /> 17 <meta content="image" name="flags" />
18 <meta content="This test checks that padding-left, padding-right, padding-top and padding-bottom do not change in vertical writing-mode. The padding-left prop erty of a box still affects the lefthand padding of such box." name="assert" /> 18 <meta content="This test checks that padding-left, padding-right, padding-top and padding-bottom do not change in vertical writing-mode. The padding-left prop erty of a box still affects the lefthand padding of such box." name="assert" />
19 19
20 <style type="text/css"><![CDATA[ 20 <style type="text/css"><![CDATA[
21 .outer 21 .outer
22 { 22 {
23 border: blue solid 3px; 23 border: blue solid 3px;
24 width: 200px; 24 width: 200px;
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 <div class="outer"> 70 <div class="outer">
71 <div class="inner foo"><img src="support/swatch-yellow.png" width="50" heigh t="50" alt="Image download support must be enabled" /></div> 71 <div class="inner foo"><img src="support/swatch-yellow.png" width="50" heigh t="50" alt="Image download support must be enabled" /></div>
72 <hr /> 72 <hr />
73 <div class="inner bar"><img src="support/swatch-yellow.png" width="50" heigh t="50" alt="Image download support must be enabled" /></div> 73 <div class="inner bar"><img src="support/swatch-yellow.png" width="50" heigh t="50" alt="Image download support must be enabled" /></div>
74 </div> 74 </div>
75 75
76 <div id="reference"><img src="support/blue-yellow-206w-165h.png" width="206" h eight="165" alt="Image download support must be enabled" /></div> 76 <div id="reference"><img src="support/blue-yellow-206w-165h.png" width="206" h eight="165" alt="Image download support must be enabled" /></div>
77 77
78 </body> 78 </body>
79 </html> 79 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698