summaryrefslogtreecommitdiff
path: root/legacy/haveproblems/acid2/ReadMe.txt
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-02-16 14:39:10 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-02-16 14:39:10 +0000
commit48553ee9ba7723d46c10fdc7705e3b79e328d384 (patch)
treed066fa82cc308b57c5d00f3dd0538969d5a028a2 /legacy/haveproblems/acid2/ReadMe.txt
parentff7f36cc9ef5f8ec8b97bcce543f966e726389bb (diff)
downloadnetsurf-test-48553ee9ba7723d46c10fdc7705e3b79e328d384.tar.gz
netsurf-test-48553ee9ba7723d46c10fdc7705e3b79e328d384.tar.bz2
legacy tests: Move all the old tests to a legacy directory.
These are from the old days of ad-hoc manual testing. There is nothing to indicate correct behaviour for these files without viewing the source, or comparing with another browser.
Diffstat (limited to 'legacy/haveproblems/acid2/ReadMe.txt')
-rw-r--r--legacy/haveproblems/acid2/ReadMe.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/legacy/haveproblems/acid2/ReadMe.txt b/legacy/haveproblems/acid2/ReadMe.txt
new file mode 100644
index 0000000..8d44b21
--- /dev/null
+++ b/legacy/haveproblems/acid2/ReadMe.txt
@@ -0,0 +1,28 @@
+NetSurf bugs causing Acid2 brokenness
+=====================================
+
+Line(s): Description:
+
+1 No position: fixed support
+2 CSS engine incorrectly handles escape sequences
+3 None: this line renders correctly
+4-5 Plot order doesn't conform to appendix E.
+ NetSurf plots in the order a,c,b instead of c,b,a
+6 None: this line renders correctly
+7-8 No generated content / :before or :after support
+ (No :hover support, either, though that doesn't impact
+ the rendering of these lines)
+9 None: this line renders correctly
+10-11 Rounding errors in border plotting (nsgtk+cairo only)
+12 No background-position: fixed support
+13 CSS parser bugs:
+ 1: .parser { m\argin: 2em; }; .parser { height: 3em; }
+ means the second selector is "; .parser", which
+ should be ignored. This results in the block
+ height increasing to 3em.
+14 None: this line renders correctly
+(15) No useful vertical-align support (tests line-height
+ calculations in table cells, but relies on default
+ vertical-align to shift image down and into the overflow area,
+ which is hidden)
+