notes/node_modules/doiuse/test/cases/text-overflow.css

8 lines
65 B
CSS

/*
expect:
text-overflow: 1
*/
h1 {
text-overflow: ellipsis;
}