mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
- Add WindowManagement to PolicyControlledFeature enum - Add screen_count() virtual method to PageClient - Store all screen rects in WebContent::PageClient, derive both screen_rect() and screen_count() from stored data - Implement screen_count() overrides in SVGPageClient and PageHost - Replace FIXME stub in Screen.cpp with spec-compliant implementation
10 lines
230 B
HTML
10 lines
230 B
HTML
<!DOCTYPE html>
|
|
<script src="include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println(`typeof screen.isExtended: ${typeof screen.isExtended}`);
|
|
println(`screen.isExtended: ${screen.isExtended}`);
|
|
});
|
|
</script>
|
|
|