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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-000.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-000.html
diff --git a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-000.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-000.html
similarity index 61%
copy from LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-000.html
copy to LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-000.html
index 5faa3d6da63389b9d2fe11bcaef0ea7a4b3d9e10..ac481339e00972f2df5dcb590868f4a9c13a9097 100644
--- a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-000.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-000.html
@@ -1,15 +1,10 @@
<!DOCTYPE html>
-<title>CSS Test: circle shape-outside on floats</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-000-ref.html">
-<meta name="flags" content="ahem">
+<title>Circle shape-outside on floats</title>
<style>
.container {
font: 20px/1 Ahem, sans-serif;
width: 500px;
- height: 200px;
+ height: 200px;
border: 1px solid black;
}
@@ -19,7 +14,7 @@
background-color: blue;
overflow: hidden;
border-radius: 80px;
- shape-outside: circle(80px, 80px, 80px); /* cx,cy,radius */
+ -webkit-shape-outside: circle(80px at 80px 80px);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698