mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +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.
7 lines
102 B
HTML
7 lines
102 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="background: red;">
|
|
hidden content
|
|
</body>
|
|
</html>
|