Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-overflow/scroll-markers-inside-canvas-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="help" href="crbug.com/394980089">
<style>
#scroller { overflow: scroll; scroll-marker-group: after; }
#item::scroll-marker { content: "X" }
</style>
<div id="scroller">
<canvas>
<div id="item">You don't see me</div>
</canvas>
</div>