Skip to content

Commit 0905968

Browse files
[line-clamp] Move (-webkit-)line-clamp WPTs to a separate folder
This also updates the `css-line-clamp` virtual test suite to run only the tests in that folder. Bug: 40336192 Change-Id: I60e01a382208dccfab106292c498eb5209b9867f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5629255 Reviewed-by: Ian Kilpatrick <[email protected]> Commit-Queue: Andreu Botella <[email protected]> Cr-Commit-Position: refs/heads/main@{#1314555}
1 parent 3a04bc5 commit 0905968

File tree

163 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+1
-1
lines changed

css/css-overflow/webkit-line-clamp-043.html renamed to css/css-overflow/line-clamp/webkit-line-clamp-043.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
33
<link rel="help" href="https://drafts.csswg.org/css-overflow-3/#webkit-line-clamp">
4-
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
4+
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
55
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
66
<div style="columns:3; column-fill:auto; gap:0; width:300px; height:250px;">
77
<div style="display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:clip; line-height:50px; color:transparent; background:green;">

0 commit comments

Comments
 (0)