summaryrefslogtreecommitdiff
path: root/legacy/works/netsurf-crash-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/works/netsurf-crash-2.html')
-rw-r--r--legacy/works/netsurf-crash-2.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/legacy/works/netsurf-crash-2.html b/legacy/works/netsurf-crash-2.html
new file mode 100644
index 0000000..4d175c3
--- /dev/null
+++ b/legacy/works/netsurf-crash-2.html
@@ -0,0 +1,20 @@
+<html>
+<head>
+<title>NetSurf Crash 2</title>
+<style type="text/css">
+.a { float: right; }
+.b { padding-right: 10em; }
+</style>
+</head>
+
+<body>
+
+<div class="a">
+<p>moose</p>
+</div>
+
+<div class="b">
+<p>Make the window narrow and NS will crash. Increase the size of the padding in .b and NS will crash when the window is less narrow. If you make the window narrower in small increments and let NS re-render the page each time, there will be no crash.</p>
+</div>
+
+</body></html>