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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html

Issue 115253003: Layout support for new circle shape syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use FloatSize/FloatPoint's more Created 6 years, 11 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-inside/shape-inside-dynamic-nested.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html
index 6a8d663c488fd460d35ec9a6a631f74f5fd413b6..a1228d82cd2c1eff985001e248f07bda16f529cc 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html
@@ -55,13 +55,13 @@
shape-inside: rectangle(10px, 10px, 180px, 180px);
}
.inside-alt {
- shape-inside: circle(50%, 50%, 50%);
+ shape-inside: circle(50% at 50% 50%);
}
.outside {
shape-outside: rectangle(10px, 10px, 180px, 180px);
}
.outside-alt {
- shape-inside: circle(50%, 50%, 50%);
+ shape-inside: circle(50% at 50% 50%);
}
</style>
</head>
@@ -89,4 +89,4 @@
<p>Removing shape-outside with a prior entry</p>
<div id='remove-outside-shape' class='container shape outside'><div>xxxxxxxxxx</div></div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698