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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-outside-shape.html

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations Created 6 years, 9 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-inside/shape-inside-outside-shape.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-outside-shape.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-outside-shape.html
index a2f532b2c75e3fac2ce415e71857fd5e23c6f9ea..cc65f12336e01a1fc814b17e8042cff95719c19a 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-outside-shape.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-outside-shape.html
@@ -19,7 +19,7 @@ div {
createRectangleTest('shape-inside2', 'stylesheet', { width: 200, height: 200 }, { x: 50, y: 50, width: 100, height: 100 }, 'px');
var inlineStyle = document.getElementById('shape-inside2').style;
inlineStyle.setProperty('shape-inside', 'outside-shape');
- inlineStyle.setProperty('shape-outside', 'rectangle(50px, 50px, 100px, 100px)');
+ inlineStyle.setProperty('shape-outside', 'polygon(50px 50px, 150px 50px, 150px 150px, 50px 150px)');
};
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698