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

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

Issue 1922043004: Import csswg-test@b2daa426addd5ccb8e9ce1c5d800f9d82603f1ec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update W3CImportExpectations and make me owner for css-scoping-1 Created 4 years, 7 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 Reftest Reference</title> 4 <title>CSS Reftest Reference</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 <meta name="flags" content="ahem">
6 <style type="text/css"> 7 <style type="text/css">
7 div { 8 div {
8 writing-mode: vertical-rl; 9 writing-mode: vertical-rl;
9 } 10 }
10 11
11 div p { 12 div p {
12 background: yellow; 13 background: yellow;
13 color: blue; 14 color: blue;
14 font: 20px/1 Ahem; 15 font: 20px/1 Ahem;
15 height: 6em; 16 height: 6em;
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 aeimot</p> 63 aeimot</p>
63 <p>ab cd 64 <p>ab cd
64 e fg h 65 e fg h
65 i jkl 66 i jkl
66 mn 67 mn
67 o q rs 68 o q rs
68 t uv</p> 69 t uv</p>
69 </div> 70 </div>
70 </body> 71 </body>
71 </html> 72 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698