mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
This should fix a bug where hidden iframes are not properly clipped away from the compositor scene. This commit adds a test for this behavior. Fixes #6849.
5 lines
77 B
HTML
5 lines
77 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="background: green;"> </body>
|
|
</html>
|