Skip to content

Commit 60150b3

Browse files
committed
Add <hr> to test3.html to test implementation of the element.
1 parent c4f645f commit 60150b3

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

tests/test3.html

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,33 @@
44
</head>
55
<body>
66

7-
<p>This is a list of the current known issues within the first beta release of WebWhirr. All of these are in the bug tracker on GitHub. Since all of the issues have now been fixed, it is time to move to a release candidate.</p>
7+
<p>This is a list of the current known issues within WebWhirr 0.2.0 Alpha. All of these are in the bug tracker on GitHub, and are marked to be fixed before the 0.2.0 stable release.</p>
8+
9+
<hr>
810

911
<p><b>Known Issues</b></p>
1012

11-
<p>Issue #1: <b>Fixed in Release Candidate 1</b></p>
12-
<p>Crash on selecting "Cancel" in "Open HTML Document" dialog.</p>
13+
<hr>
14+
15+
<p>Issue #34:</p>
16+
<p>Selecting "Open with WebWhirr" from context menu on an HTML file brings up the "Open HTML Document" instead of painting the document."</p>
17+
18+
<hr>
19+
20+
<p>Issue #35:</p>
21+
<p>PaintNode should contain more than one character if the type is the same.</p>
1322

14-
<p>Issue #2: <b>Fixed in Release Candidate 1</b></p>
15-
<p>Improve text wrapping algorithm.</p>
23+
<hr>
1624

17-
<p>Issue #3: <b>Fixed in Release Candidate 1</b></p>
18-
<p>Implement scrolling of text.</p>
25+
<p>Issue #36:</p>
26+
<p>Background of PaintArea should be white.</p>
1927

20-
<p>Issue #4: <b>Fixed in Release Candidate 1</b></p>
21-
<p>Crash on opening non-HTML document.</p>
28+
<hr>
2229

23-
<p>Issue #6: <b>Compliance confirmed before Release Candidate 1</b></p>
24-
<p>Confirm compliance to HTML5 specification.</p>
30+
<p>Issue #37:</p>
31+
<p>An inline image should default to being aligned so that the bottom of the image is even with the line it is placed within.</p>
2532

26-
<p>Issue #18: <b>Fixed in Release Candidate 1</b></p>
27-
<p>Poor performance with large pages/scrolling.</p>
33+
<hr>
2834

2935
</body>
3036
</html>

0 commit comments

Comments
 (0)