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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent-expected.html

Issue 226373002: [CSS Shapes] shape-margin in percentage units always computes to 0px (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove webkit prefixes Created 6 years, 8 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-floats-shape-margin-percent-expected.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..de7abf91b5dc641c22e930961379934b1e46de58
--- /dev/null
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent-expected.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>CSS Reference File</title>
+ </head>
+ <style>
+ #green-square {
+ position: absolute;
+ left: 25px;
+ top: 50px;
+ width: 200px;
+ height: 200px;
+ background-color: green;
+ color: green;
+ }
+ </style>
+ <body>
+ <p>The test passes if there is a green square and no red.</p>
+ <div id="green-square"></div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698