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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-001.html

Issue 115253003: Layout support for new circle shape syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update virtual/legacy-animations-engine/animations/interpolation/shape-outside-expected.txt Created 7 years 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-circle-001.html
diff --git a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-001.html
similarity index 57%
copy from LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001.html
copy to LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-001.html
index 51a09190b77ae414ed2b9945d9973e014b20b591..d5f24667f5875e120f0df0f5c904fdd3d2c66806 100644
--- a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-001.html
@@ -1,10 +1,5 @@
<!DOCTYPE html>
-<title>CSS Test: circle shape-outside on floats with percentage radius</title>
-<link rel="author" title="Adobe" href="http://html.adobe.com/">
-<link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com">
-<link rel="help" href="http://dev.w3.org/csswg/css-shapes-1/#shape-outside-property">
-<link rel="match" href="shape-outside-floats-circle-001-ref.html">
-<meta name="flags" content="ahem">
+<title>Circle shape-outside on floats with percentage radius</title>
<style>
.container {
font: 40px/1 Ahem, sans-serif;
@@ -21,7 +16,7 @@
width: 80px;
height: 40px;
background-color: green;
- shape-outside: circle(50%, 50%, 50%); /* cx,cy,radius */
+ -webkit-shape-outside: circle(50% at 50% 50%) content-box;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698