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

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-polygon-013-expected.html

Issue 510513002: [CSS Shapes] Import and fix polygon shapes reftests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove webkit prefixes Created 6 years, 3 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 <html>
3 <head>
4 <title>CSS Reference File</title>
5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
6 </head>
7 <style>
8 body {
9 margin: 0;
10 }
11 #green-square {
12 position: absolute;
13 top: 50px;
14 left: 10px;
15 width: 240px;
16 height: 240px;
17 background-color: green;
18 }
19 </style>
20 <body>
21 <p>The test passes if there is green square and no red.</p>
22 <div id="green-square"></div>
23 </body>
24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698