r3845 tlsa - in /trunk/netsurftest: haveproblems/ works/
by netsurf@semichrome.net
Author: tlsa
Date: Mon Feb 4 14:19:17 2008
New Revision: 3845
URL: http://source.netsurf-browser.org?rev=3845&view=rev
Log:
Move test cases for fixed issues to works directory.
Added:
trunk/netsurftest/works/background-image-failure3.html
- copied unchanged from r3844, trunk/netsurftest/haveproblems/background-image-failure3.html
trunk/netsurftest/works/form-element-size.html
- copied unchanged from r3844, trunk/netsurftest/haveproblems/form-element-size.html
trunk/netsurftest/works/overflow-scrollbars.html
- copied unchanged from r3844, trunk/netsurftest/haveproblems/overflow-scrollbars.html
trunk/netsurftest/works/rowspan-overflow.html
- copied unchanged from r3844, trunk/netsurftest/haveproblems/rowspan-overflow.html
trunk/netsurftest/works/table-cell-width-and-height.html
- copied, changed from r3844, trunk/netsurftest/haveproblems/table-cell-width-and-height.html
Removed:
trunk/netsurftest/haveproblems/background-image-failure3.html
trunk/netsurftest/haveproblems/form-element-size.html
trunk/netsurftest/haveproblems/overflow-scrollbars.html
trunk/netsurftest/haveproblems/rowspan-overflow.html
trunk/netsurftest/haveproblems/table-cell-width-and-height.html
Modified:
trunk/netsurftest/haveproblems/inline-test.html
Removed: trunk/netsurftest/haveproblems/background-image-failure3.html
URL: http://source.netsurf-browser.org/trunk/netsurftest/haveproblems/backgrou...
==============================================================================
--- trunk/netsurftest/haveproblems/background-image-failure3.html (original)
+++ trunk/netsurftest/haveproblems/background-image-failure3.html (removed)
@@ -1,6 +1,0 @@
-<html>
-<body style="background: url(../images/2.png);">
-
-<p style="float:left;">The full background image isn't shown until the window is resized (fixed). The background image does not fill the window when the window is made samller than the content (not fixed).</p>
-
-</body></html>
Removed: trunk/netsurftest/haveproblems/form-element-size.html
URL: http://source.netsurf-browser.org/trunk/netsurftest/haveproblems/form-ele...
==============================================================================
--- trunk/netsurftest/haveproblems/form-element-size.html (original)
+++ trunk/netsurftest/haveproblems/form-element-size.html (removed)
@@ -1,20 +1,0 @@
-<html>
-<body>
-
-<p>Form elements should respect min. font size.</p>
-
-<form>
-
-<div style="font-size:20%; padding:2em;">
-<input type="text" size="50">
-</div>
-
-<div style="font-size:30%; padding:2em;">
-<input type="radio" name="foo" CHECKED> A<br>
-<input type="radio" name="foo"> B
-</div>
-
-</form>
-
-</body>
-</html>
Modified: trunk/netsurftest/haveproblems/inline-test.html
URL: http://source.netsurf-browser.org/trunk/netsurftest/haveproblems/inline-t...
==============================================================================
--- trunk/netsurftest/haveproblems/inline-test.html (original)
+++ trunk/netsurftest/haveproblems/inline-test.html Mon Feb 4 14:19:17 2008
@@ -6,7 +6,7 @@
<p>
<span style="width: 10em; border: 1px solid #021; background-color:#cfe;">
stuff
-<em style="border: 0.1em dotted #f00; padding: 1em; margin:1em; background-color:#fce;">Moo</em>
+<em style="border: 2px dotted #f00; padding: 1em; margin:1em; background-color:#fce;">Moo</em>
blah
</span>
</p>
Removed: trunk/netsurftest/haveproblems/overflow-scrollbars.html
URL: http://source.netsurf-browser.org/trunk/netsurftest/haveproblems/overflow...
==============================================================================
--- trunk/netsurftest/haveproblems/overflow-scrollbars.html (original)
+++ trunk/netsurftest/haveproblems/overflow-scrollbars.html (removed)
@@ -1,32 +1,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-<style>
-
-.themeimage {
- padding-bottom: 0;
- margin-bottom: 3mm;
- overflow: auto; }
-
-.themeimage a img {
- border: 1px solid #fff; }
-
-.themeimage a img:hover {
- border: 1px solid #00f; }
-
-</style>
-</head>
-
-<body>
-
-<p style="background-color: #f88; padding:1em; margin: 1em;">Make the window too narrow for the following image and the scrollbar that appears obscures part of the image instead of being placed below the image.</p>
-
-<p class="themeimage"><img src="../images/Iyonixi.png" alt="Install theme"></p>
-
-<p style="background-color: #f88; padding:1em; margin: 1em;">The following image has a vertical scrollbar but it should not. It seems to be some borders issue.</p>
-
-<p class="themeimage"><a href="Iyonix"><img src="../images/Iyonixi.png" alt="Install theme"></a></p>
-
-</body>
-</html>
Removed: trunk/netsurftest/haveproblems/rowspan-overflow.html
URL: http://source.netsurf-browser.org/trunk/netsurftest/haveproblems/rowspan-...
==============================================================================
--- trunk/netsurftest/haveproblems/rowspan-overflow.html (original)
+++ trunk/netsurftest/haveproblems/rowspan-overflow.html (removed)
@@ -1,49 +1,0 @@
-<html>
-
-<head>
-<title>Rowspan and overflow: hidden</title>
-<style>
-td { overflow: hidden; }
-li.nava { background-color: #c9c9c9; margin: 0; }
-li.navb { background-color: #c1c1c1; margin: 0; }
-</style>
-</head>
-
-
-<body>
-
-<table>
-<tr>
- <td rowspan="2">
- <ul>
- <li class="nava"><a href="" class="nav">News</a></li>
- <li class="navb"><a href="" class="nav">Games List</a></li>
- <li class="nava"><a href="" class="nav">Cheats</a></li>
- <li class="navb"><a href="" class="nav">Reviews</a></li>
- <li class="nava"><a href="" class="nav">Previews</a></li>
- <li class="navb"><a href="" class="nav">Features</a></li>
- <li class="nava"><a href="" class="nav">Specials</a></li>
- <li class="navb"><a href="" class="nav">Release Dates</a></li>
- <li class="nava"><a href="" class="nav">Hardware</a></li>
- <li class="navb"><a href="" class="nav">Q&A</a></li>
- <li class="nava"><a href="" class="nav">Archive/Search</a></li>
- <li class="navb"><a href="" class="nav">Message Boards</a></li>
- <li class="nava"><a href="" class="nav">Chat</a></li>
- <li class="navb"><a href="" class="nav">Wallpapers</a></li>
- <li class="nava"><a href="" class="nav">Affiliates</a></li>
- <li class="navb"><a href="" class="nav">Staff</a></li>
- </ul>
- </td>
-
- <td style="height:6em; background-color:#fed;">The taller this box is, the more nav bar can be clicked on and is redrawn correctly.
- </td>
-
-</tr>
-<tr>
- <td>Sega are all set to reveal Sonic's first next-gen game this week,
- ahead of the Tokyo Games Show!</td>
-</tr>
-</table>
-
-</body>
-</html>
Removed: trunk/netsurftest/haveproblems/table-cell-width-and-height.html
URL: http://source.netsurf-browser.org/trunk/netsurftest/haveproblems/table-ce...
==============================================================================
--- trunk/netsurftest/haveproblems/table-cell-width-and-height.html (original)
+++ trunk/netsurftest/haveproblems/table-cell-width-and-height.html (removed)
@@ -1,22 +1,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html><head><title>Table containing inline with padding, border and margin</title></head>
-
-<body>
-
-<table>
-<tr>
-<td style="width: 10em; border: 1px solid #021; background-color:#cfe;">
-
-<img src="../images/waves.gif" style="border: 0.5em dotted #f00; padding: 1em; margin:1em;">
-
-</td>
-</tr>
-</table>
-
-<p>The IMG element has thick padding, border and margin. These are not taken into account when calculating the width of the containing table cell. The table cell does expand enough to cover the actual image's width.</p>
-
-<p>The table cell height calculation does correctly take into account the IMG element's padding and border, but not the margin.</p>
-
-</body>
-</html>
Copied: trunk/netsurftest/works/table-cell-width-and-height.html (from r3844, trunk/netsurftest/haveproblems/table-cell-width-and-height.html)
URL: http://source.netsurf-browser.org/trunk/netsurftest/works/table-cell-widt...
==============================================================================
--- trunk/netsurftest/haveproblems/table-cell-width-and-height.html (original)
+++ trunk/netsurftest/works/table-cell-width-and-height.html Mon Feb 4 14:19:17 2008
@@ -4,11 +4,31 @@
<body>
-<table>
+<table style="margin-bottom: 30px;" cellpadding="0" cellspacing="0">
<tr>
-<td style="width: 10em; border: 1px solid #021; background-color:#cfe;">
+<td style="width: 1px; border: 1px solid #021; background-color:#afa;">
+<div>
+<img src="../images/3x3.png" style="margin:20px;">
+</div>
+</td>
+</tr>
+</table>
-<img src="../images/waves.gif" style="border: 0.5em dotted #f00; padding: 1em; margin:1em;">
+<table style="margin-bottom: 30px;" cellpadding="0" cellspacing="0">
+<tr>
+<td style="width: 1px; border: 1px solid #021; background-color:#afa;">
+
+<img src="../images/3x3.png" style="border: 20px solid transparent;">
+
+</td>
+</tr>
+</table>
+
+<table style="margin-bottom: 30px;" cellpadding="0" cellspacing="0">
+<tr>
+<td style="width: 1px; border: 1px solid #021; background-color:#afa;">
+
+<img src="../images/3x3.png" style="padding: 20px;">
</td>
</tr>