Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Test container background searching with clipped display items</title>
<style>
#box {
width: 200px;
height: 200px;
background-color: lime;
}
</style>
<div id="box"></div>