1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 // InactivePropertyHelper `first-letter-pseudo-element` test cases.
11 info: "content is inactive on ::first-letter",
14 rules: ["div::first-letter { content: 'invalid'; }"],
16 expectedMsgId: "inactive-css-first-letter-pseudo-element-not-supported",
19 info: "color is active on ::first-letter",
22 rules: ["div::first-letter { color: green; }"],
26 info: "display is active on ::first-letter",
29 rules: ["div::first-letter { display: grid; }"],