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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-033.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-033 in 'writing -mode: vertical-lr'</title> 9 <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-033 in 'writing -mode: vertical-lr'</title>
10 10
11 <!-- 11 <!--
12 position absolute and 'vertical-lr' - overconstrained values with 'direction: rtl' in initial containing block 12 position absolute and 'vertical-lr' - overconstrained values 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 */ 90 */
91 </style> 91 </style>
92 </head> 92 </head>
93 93
94 <body> 94 <body>
95 95
96 <div></div> 96 <div></div>
97 97
98 </body> 98 </body>
99 </html> 99 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698