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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-020.html

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 HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 2
3 <html> 3 <html>
4 4
5 <head> 5 <head>
6 6
7 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 7 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
8 8
9 <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-020 in 'writing -mode: vertical-rl'</title> 9 <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-020 in 'writing -mode: vertical-rl'</title>
10 10
11 <!-- 11 <!--
12 position absolute and 'vertical-rl' - 'left' is 'auto', 'width' and 'right' ar e not 'auto' with 'direction: rtl' in initial containing block 12 position absolute and 'vertical-rl' - 'left' is 'auto', 'width' and 'right' ar e not 'auto' with 'direction: rtl' in initial containing block
13 --> 13 -->
14 14
15 <style type="text/css"> 15 <style type="text/css">
16 html 16 html
17 { 17 {
18 direction: rtl; 18 direction: rtl;
19 } 19 }
20 20
21 div 21 div
22 { 22 {
23 background-color: green; 23 background-color: green;
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 */ 88 */
89 </style> 89 </style>
90 </head> 90 </head>
91 91
92 <body> 92 <body>
93 93
94 <div></div> 94 <div></div>
95 95
96 </body> 96 </body>
97 </html> 97 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698