-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.33 KB
/
index.html
File metadata and controls
36 lines (33 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>Firefox Debugging</title>
</head>
<body>
<h1>Firefox Debugging</h1>
<p>A collection of web pages used to reproduce or illustrate
bugs in Firefox.
</p>
<p><a href="bugs/1641166-2.html">Bug 1641166 Test Case #3<a /> - vh units size should be affected by minimum scale
</p>
<p><a href="bugs/1798141.html">Bug 1798141</a> - Make single finger tap zoom easier to activate
</p>
<p><a href="bugs/1798141-2.html">Bug 1798141</a> - Make single finger tap zoom easier to activate (non zoomable)
</p>
<p><a href="bugs/1814886.html">Bug 1814886</a> - Dynamic Toolbar misbehaves when panning a child element
</p>
<p><a href="bugs/1828235.html">Bug 1828235</a> - "Scroll to hide toolbar" causes errant scroll and zoom on input
focus
</p>
<p><a href="bugs/1841896-helper-fission-tap.html">Bug 1841896</a> - Port APZ Fission Tests - helper-fission-tap
</p>
<p><a href="bugs/1880375-fixed-percent.html">Bug 1880375 Fixed Percent<a /> - Fixed element's height changing when
toolbar height changes
</p>
<p><a href="bugs/1977380-position-fixed.html">Bug 1977380</a> - Position Fixed
</p>
<p><a href="bugs/interactive-widget.html">Bug 1977380</a> - Interactive Widget
</p>
</body>
</html>