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

Unified Diff: LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.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
« no previous file with comments | « LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.html
diff --git a/LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.html b/LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.html
index 6946667bcf475ebecd01c9f5ab027a88534effbc..c88a9c63cac1a24057a09fbc54014b7e0507e237 100644
--- a/LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.html
+++ b/LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.html
@@ -19,8 +19,9 @@
generateSimulatedShapeOutsideOnFloat(
"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>
« no previous file with comments | « LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698