From 3c9a7c5b6d5c77f0616342db9e050a901591fa03 Mon Sep 17 00:00:00 2001 From: Anders Hartvoll Ruud Date: Sat, 13 Jun 2020 03:30:27 +0000 Subject: [PATCH] Bug 1644733 [wpt PR 24087] - [@property] Serialize property name as an identifier, a=testonly Automatic update from web-platform-tests [@property] Serialize property name as an identifier The serialization must follow the "serialize an identifier" algorithm, otherwise characters like U+0009 CHARACTER TABULATION will not be escaped correctly. Bug: 973830 Change-Id: I2dc943a74900adaf147e1615070c152a78cb5767 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238117 Reviewed-by: Ian Kilpatrick Commit-Queue: Anders Hartvoll Ruud Cr-Commit-Position: refs/heads/master@{#777302} -- wpt-commits: f995ed6cb0a58ad94b7169e379966040fca3c18f wpt-pr: 24087 --- .../tests/css/css-properties-values-api/at-property-cssom.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/web-platform/tests/css/css-properties-values-api/at-property-cssom.html b/testing/web-platform/tests/css/css-properties-values-api/at-property-cssom.html index 46671fedd4ec5..bfcd05ac4e594 100644 --- a/testing/web-platform/tests/css/css-properties-values-api/at-property-cssom.html +++ b/testing/web-platform/tests/css/css-properties-values-api/at-property-cssom.html @@ -51,6 +51,8 @@ @property --initial-value-only { initial-value: red; } + /* U+0009 CHARACTER TABULATION */ + @property --tab\9 tab { }