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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-007.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-vlr-007 in 'writing -mode: vertical-rl'</title> 9 <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-007 in 'writing -mode: vertical-rl'</title>
10 10
11 <!-- 11 <!--
12 position absolute and 'vertical-lr' - 'left' and 'width' are 'auto', 'right' i s not 'auto' with 'direction: ltr' in initial containing block 12 position absolute and 'vertical-lr' - 'left' and 'width' are 'auto', 'right' i s not 'auto' with 'direction: ltr' 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: ltr; 18 direction: ltr;
19 } 19 }
20 20
21 div 21 div
22 { 22 {
23 border-left: green solid 25px; 23 border-left: green solid 25px;
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 */ 87 */
88 </style> 88 </style>
89 </head> 89 </head>
90 90
91 <body> 91 <body>
92 92
93 <div></div> 93 <div></div>
94 94
95 </body> 95 </body>
96 </html> 96 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698