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

Side by Side Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-linear-gradient-001-expected.html

Issue 816533002: Import CSSWG Shapes tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more test expectations update Created 6 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Reference File</title>
5 <link rel="author" title="Bear Travis" href="betravis@adobe.com"/>
6 <style type="text/css">
7 .container {
8 width: 200px;
9 height: 200px;
10 background-color: red;
11 font-family: Ahem;
12 font-size: 50px;
13 line-height: 1;
14 }
15 #test {
16 color: green;
17 }
18 #gradient {
19 float: left;
20 width: 100px;
21 height: 200px;
22 background-color: green;
23 }
24 </style>
25 </head>
26 <body>
27 <p>
28 The test passes if you see a green square. There should be no red.
29 </p>
30 <div id="test" class="container">
31 <div id="gradient"></div>
32 xx xx xx xx
33 </div>
34 </body>
35 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698