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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-003.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-003.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-003.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-003.html
index 51a09190b77ae414ed2b9945d9973e014b20b591..9d622c510f0ccd2a70dfbce80a37c3bf08bde4a1 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-003.html
@@ -1,15 +1,10 @@
<!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 default position and radius</title>
<style>
.container {
font: 40px/1 Ahem, sans-serif;
line-height: 40px;
- width: 110px;
+ width: 100px;
height: 40px;
overflow: hidden;
white-space: nowrap;
@@ -21,7 +16,7 @@
width: 80px;
height: 40px;
background-color: green;
- shape-outside: circle(50%, 50%, 50%); /* cx,cy,radius */
+ -webkit-shape-outside: circle();
}
</style>

Powered by Google App Engine
This is Rietveld 408576698