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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-polygon-015-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, 4 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-polygon-015-expected.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-polygon-015-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-polygon-015-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f1fcdf40d719beac17a1cc85619daca2c0abb0ff
--- /dev/null
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-polygon-015-expected.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>CSS Reference File</title>
+ <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
+ </head>
+ <style>
+ body {
+ margin: 0;
+ }
+ #green-square {
+ position: absolute;
+ top: 50px;
+ left: 10px;
+ width: 240px;
+ height: 240px;
+ background-color: green;
+ }
+ </style>
+ <body>
+ <p>The test passes if there is green square and no red.</p>
+ <div id="green-square"></div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698