mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01: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.
4 lines
77 B
HTML
4 lines
77 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="background: green;"> </body>
|
|
</html>
|