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-button-on-object.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Overflow Test: ::scroll-button on object element</title>
<link rel="match" href="scroll-button-on-object-ref.html">
<style>
#target {
height: 0;
width: 0;
}
#target::scroll-button(block-end) {
content: "scroll-button";
}
</style>
<object id="target"></object>