Skip to content

Commit 3bef609

Browse files
committed
a page demonstrating Edge fullscreen margin behavior
1 parent fa0ae29 commit 3bef609

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

edge_fullscreen_margin.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
8+
<title>requestFullscreen issue</title>
9+
</head>
10+
11+
<body>
12+
<div id="fullscreen">
13+
<h1>requestFullscreen issue</h1>
14+
<p>Click the button to request fullscreen.</p>
15+
<button onclick="document.documentElement.requestFullscreen()">Request fullscreen</button>
16+
</div>
17+
</body>

0 commit comments

Comments
 (0)