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

Unified Diff: LayoutTests/transitions/shape-transition.html

Issue 191353002: [CSS Shapes] Omit polygon default fill-rule (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add COMPILE_ASSERT 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/transitions/shape-transition.html
diff --git a/LayoutTests/transitions/shape-transition.html b/LayoutTests/transitions/shape-transition.html
index 213606c959477b16caa5fd201ccbe51fd2362cca..dd09ebb813be92ff4d18fb2de0dd068b0b02fd3b 100644
--- a/LayoutTests/transitions/shape-transition.html
+++ b/LayoutTests/transitions/shape-transition.html
@@ -24,8 +24,8 @@
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [0.5, 'box', 'shape-outside', 'polygon(nonzero, 40px 40px)', 1],
- [0.5, 'box', 'shape-inside', 'polygon(nonzero, 40px 40px)', 1],
+ [0.5, 'box', 'shape-outside', 'polygon(40px 40px)', 1],
+ [0.5, 'box', 'shape-inside', 'polygon(40px 40px)', 1],
];
function setupTest()

Powered by Google App Engine
This is Rietveld 408576698