Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-conditional/container-queries/size-container-with-quotes.html
<!DOCTYPE html> <title>CSS Container Queries Test: <q> element as a size container must generate quotes</title> <link rel="help" href="https://drafts.csswg.org/css-conditional-5/#size-container"> <link rel="match" href="size-container-with-quotes-ref.html"> <style> q { container-type: inline-size; display: block; } </style> <q>This text must be quoted.</q>
/css/css-conditional/container-queries/size-container-with-quotes-ref.html
<!DOCTYPE html> <title>CSS Test Reference</title> <q style="display:block">This text must be quoted.</q>