From 604d17e907e6ef5bed218cfa36653f37c941ee59 Mon Sep 17 00:00:00 2001 From: Darren Shen Date: Wed, 28 Mar 2018 16:15:07 -0700 Subject: [PATCH] [css-typed-om] Add support for marker properties. This patch adds support for marker, marker-start, marker-end, marker-mid We also had to add a new CSS data type , but because it's not spec'd yet, we can't really test it. Bug: 820299 Change-Id: Ie3f851be3d65396705594d99582ac3e87e3fc57d Reviewed-on: https://chromium-review.googlesource.com/983192 Reviewed-by: Rune Lillesveen Commit-Queue: Darren Shen Cr-Commit-Position: refs/heads/master@{#546645} --- .../properties/marker.html | 27 +++++++++++++++++++ .../properties/resources/testsuite.js | 7 +++++ 2 files changed, 34 insertions(+) create mode 100644 css/css-typed-om/the-stylepropertymap/properties/marker.html diff --git a/css/css-typed-om/the-stylepropertymap/properties/marker.html b/css/css-typed-om/the-stylepropertymap/properties/marker.html new file mode 100644 index 00000000000000..9b264613c8208e --- /dev/null +++ b/css/css-typed-om/the-stylepropertymap/properties/marker.html @@ -0,0 +1,27 @@ + + +'marker-*' properties + + + + + + + + +
+ diff --git a/css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js b/css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js index bf2b217177c6fd..1b0a0d71669b2a 100644 --- a/css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js +++ b/css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js @@ -152,6 +152,13 @@ const gTestSyntaxExamples = { } ], }, + '': { + description: 'a URL', + examples: [ + // TODO(https://github.com/w3c/css-houdini-drafts/issues/716): + // We can't test this until CSSURLValue is spec'd. + ], + }, '': { description: 'a transform', examples: [