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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000-expected.html

Issue 124303002: Layout support for new ellipse shape syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT 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-outside-floats/shape-outside-floats-ellipse-000-expected.html
diff --git a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-ellipse-000-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000-expected.html
similarity index 75%
copy from LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-ellipse-000-expected.html
copy to LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000-expected.html
index 9e3eae6824ef7e91c10c7bc00074c4d6261b821c..8e2ec36eee1a7f82fb30a80e3bae92dcb7433e2b 100644
--- a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-ellipse-000-expected.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000-expected.html
@@ -1,15 +1,11 @@
<!DOCTYPE html>
-<title>shape-outside-floats-ellipse-000-reference.html</title>
-<link rel="author" title="Adobe" href="http://html.adobe.com/">
-<link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com">
-<meta name="flags" content="ahem dom">
<style>
.container {
position: relative;
font: 20px/1 Ahem, sans-serif;
width: 500px;
- height: 200px;
- border: 1px solid black;
+ height: 200px;
+ border: 1px solid black;
}
.ellipse {
@@ -45,12 +41,11 @@
height: 20px;
}
</style>
-
<body>
<p>The black squares should trace the right side of the ellipse's blue outline.</p>
<div class="container">
X<br/>
- <div id="left-ellipse-outline" class="ellipse"></div>
+ <div id="left-ellipse-outline" class="ellipse"></div>
<!-- generated left-rounded-rect-float-line divs will be inserted here -->
X<br/>
X<br/>
@@ -78,14 +73,13 @@ X<br/>
X<br/>
X
</div>
-</body>
-<script src="resources/rounded-rectangle.js"></script>
-<script src="resources/subpixel-utils.js"></script>
+<script src="../resources/rounded-rectangle.js"></script>
+<script src="../resources/subpixel-utils.js"></script>
<script>
genLeftRightRoundedRectFloatShapeOutsideRefTest({
roundedRect: {x: 0, y: 20, width: 320, height: 160, rx: 160, ry: 80},
- containerWidth: 500,
+ containerWidth: 500,
containerHeight: 200,
lineHeight: 20,
floatElementClassSuffix: "ellipse-float-line",
@@ -93,4 +87,4 @@ genLeftRightRoundedRectFloatShapeOutsideRefTest({
});
</script>
-</html>
+</body>

Powered by Google App Engine
This is Rietveld 408576698