-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix and mark scroll marker tests as passing.
scroll-marker-011-ref.html: Wrap each letter inside a span, to better match the tests, and add overflow:hidden as well, in case glyphs have negative bearing. column-scroll-marker-reattach-target-current.html now needs its own ref instead of piggy-backing on scroll-marker-011-ref.html column-scroll-marker-008.html: Wrap each letter inside a span, to better match the ref. scroll-marker-group-013-ref.html: Add a third column. Some fonts have negative left bearing, so that text from the third column may overflow into the second. Bug: 332396355 Change-Id: Ife972731809d95c547c6215ab86aea8b2b40913e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6110413 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: Daniil Sakhapov <sakhapov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1399082}
- Loading branch information
1 parent
bd74372
commit 27855e6
Showing
5 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
css/css-overflow/column-scroll-marker-reattach-target-current-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!DOCTYPE html> | ||
<style> | ||
* { | ||
font-family: monospace; | ||
} | ||
</style> | ||
<p>The word "PASS" should be seen below.</p> | ||
<div style="overflow:hidden;"> | ||
PASS | ||
</div> |
2 changes: 1 addition & 1 deletion
2
css/css-overflow/column-scroll-marker-reattach-target-current.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters