chromium/third_party/blink/web_tests/fast/css/content/content-quotes-07.html

<!DOCTYPE html>
<style>
div {
    quotes: "even" "string" "count" "good";
    quotes: "odd" "number" "of" "strings" "bad";
}
div:before { content: open-quote; }
div:after { content: close-quote; }
</style>
<div>text</div>