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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-auto.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-percentage-auto.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-auto.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-auto.html
index 0ef604dd371831ab452841c81f3733999bfcf362..5c796ca40af99c1f3310a3a302db2211ff4cc1f6 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-auto.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-auto.html
@@ -3,7 +3,7 @@
<head>
<style>
#shape-inside {
- shape-inside: rectangle(10%, 100%, 80%, 200px);
+ shape-inside: polygon(10% 100%, 90% 100%, 90% 200px, 10% 200px);
position: relative;
max-height: 200px;
}

Powered by Google App Engine
This is Rietveld 408576698