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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-test-utils.js

Issue 226373002: [CSS Shapes] shape-margin in percentage units always computes to 0px (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove webkit prefixes Created 6 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/shapes/parsing/parsing-test-utils.js
diff --git a/LayoutTests/fast/shapes/parsing/parsing-test-utils.js b/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
index 6b0bc9e4d5c209b5d5b3f8d2e6a965a8767fada2..56a20a8a0e0b609861d790e56c420a984b7806bb 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
+++ b/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
@@ -170,14 +170,14 @@ var validShapeLengths = [
"3.5mm",
"4pt",
"4.5pc",
- "5px"
+ "5px",
+ "120%"
];
// Invalid length values for shape-margin and shape-padding.
var invalidShapeLengths = [
"-5px",
"none",
- "120%",
"\'string\'"
];

Powered by Google App Engine
This is Rietveld 408576698