summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/text-group-align/support/test-helpers.css
blob: d79e79cd86d46096f75632c0ad76efe561c82ef4 (plain)
1
2
3
4
5
6
7
8
9
.text-container {
    inline-size: 200px;
    border: 1px solid black;
    display: inline-block;
}

.pre {
    white-space: pre;
}