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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-vertical-rl-003.htm

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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Writing Modes Test: writing-mode: horizontal-tb nested in vertica l-rl</title> 4 <title>CSS Writing Modes Test: writing-mode: horizontal-tb nested in vertica l-rl</title>
5 <link rel="author" title="KISAKA Toshihiro" href="mailto:toshihiro@kisaka.jp "> 5 <link rel="author" title="KISAKA Toshihiro" href="mailto:toshihiro@kisaka.jp ">
6 <!-- You must have at least one spec link, but may have as many as are cove red in the test. --> 6 <!-- You must have at least one spec link, but may have as many as are cover ed in the test. -->
7 <!-- Be sure to make the main testing area first in the order --> 7 <!-- Be sure to make the main testing area first in the order -->
8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mod e"> 8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mod e">
9 <!-- The match link is only required if this is a reftest --> 9 <!-- The match link is only required if this is a reftest -->
10 <link rel="match" href="writing-mode-vertical-rl-003-ref.htm"> 10 <link rel="match" href="writing-mode-vertical-rl-003-ref.htm">
11 <meta name="flags" content="ahem"> 11 <meta name="flags" content="ahem">
12 <meta name="assert" content="when child block has its own writing-mode, chil d block's writing-mode overwrites parent block's writing-mode."> 12 <meta name="assert" content="when child block has its own writing-mode, chil d block's writing-mode overwrites parent block's writing-mode.">
13 <style type="text/css"> 13 <style type="text/css">
14 div { 14 div {
15 writing-mode: vertical-rl; 15 writing-mode: vertical-rl;
16 } 16 }
17 17
18 div p { 18 div p {
19 background: yellow; 19 background: yellow;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 aeimot</p> 73 aeimot</p>
74 <p>ab cd 74 <p>ab cd
75 e fg h 75 e fg h
76 i jkl 76 i jkl
77 mn 77 mn
78 o q rs 78 o q rs
79 t uv</p> 79 t uv</p>
80 </div> 80 </div>
81 </body> 81 </body>
82 </html> 82 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698