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

Unified Diff: LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html

Issue 13839020: Fix fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html so that it passes on … (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase patch for submission Created 7 years, 8 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/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html
diff --git a/LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html b/LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html
index 74a58a0d5cc72d0f8e70f5eb9e2e27e07e1a3ea8..a08f38a48edf893d8dffe2521157fe74b7042e9d 100644
--- a/LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html
+++ b/LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html
@@ -19,8 +19,9 @@
generateShapeOutsideOnFloat(
"float-right", stylesheet.sheet,
{
- 'shapeCenterX': 25, 'shapeCenterY': 50,
- 'shapeRadiusX': 50, 'shapeRadiusY': 100
+ 'shapeX': 25, 'shapeY': 50,
+ 'shapeWidth': 75, 'shapeHeight': 100,
+ 'shapeRadiusX': 20, 'shapeRadiusY': 20
},
'right',
10
@@ -38,7 +39,7 @@
</head>
<body>
<h1><a href="https://bugs.webkit.org/show_bug.cgi?id=98676">Bug 112587</a> - [CSS Exclusions] [CSS Exclusions] shape outside segments not properly calculated for ellipses</h1>
- <h2>The vertical black lines in the following box should wrap around the rounded rectangle on the left and the ellipse on the right</h2>
+ <h2>The vertical black lines in the following box should wrap around the rounded rectangles on the left and on the right</h2>
<div class="container">
<div id="float-left">
</div>
@@ -63,7 +64,7 @@
X X X X X X X X X X
X X X X X X X X X X
X X X X X X X X X X
- X X X X X X X
+ X X X X X X X X X
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698