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

Side by Side Diff: LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-001-expected.html

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations Created 6 years, 9 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
(Empty)
1 <!DOCTYPE html>
2 <title>CSS Reference</title>
3 <link rel="author" title="Adobe" href="http://html.adobe.com/">
4 <link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com">
5 <link rel="help" href="http://dev.w3.org/csswg/css-shapes-1/#relation-to-box-mod el-and-float-behavior">
6 <meta name="flags" content="ahem">
7 <head>
8 <style>
9 .container {
10 font: 20px/1 Ahem, sans-serif;
11 width: 100px;
12 height: 40px;
13 border: 1px solid black;
14 color: green;
15 display: inline-block;
16 background-color: red;
17 }
18
19 #float-left {
20 float: left;
21 width: 100px;
22 height: 20px;
23 background-color: green;
24 }
25
26 #float-right {
27 float: right;
28 width: 100px;
29 height: 20px;
30 background-color: green;
31 }
32 </style>
33
34 <body>
35 <p>This should display two green rectangles. You should not see any red.</p>
36 <div class="container">
37 XXXXX
38 XXXXX
39 </div>
40 <div class="container">
41 XXXXX
42 XXXXX
43 </div>
44 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698