On Nov 27, 2007 11:33 PM, strk <[EMAIL PROTECTED]> wrote: > Can you provide a testcase focused on that, showing *just* that ? > Maybe the _height of the character is bigger then you'd expect ? > Is it using .autoSize ? If so, which value ? >
I attach a patch and a new test file that exhibits the problem. I tested that Adobe Flash player passes the test. Regards, Asger
? bogustests-runner
? diff.txt
? sanetests-runner
? text.as
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-mtasc.all/Makefile.am,v
retrieving revision 1.22
diff -u -r1.22 Makefile.am
--- Makefile.am 29 Nov 2007 09:09:13 -0000 1.22
+++ Makefile.am 29 Nov 2007 13:12:21 -0000
@@ -27,6 +27,7 @@
exception.as \
levels.as \
implementsOpTest.as \
+ text.as \
$(NULL)
# These ones are the ones for which consistency check fail
BOGUS_ASTESTS = \
@@ -43,7 +44,7 @@
level99.as \
$(NULL)
-EXTRA_DIST = $(ASTESTS) $(AUXMOVIES) TestClass.as ../check.h Dejagnu.as
check.as Derived1.as Base1.as implementsOp/BExtendingImplementation.as
implementsOp/ImplementationA.as implementsOp/ImplementationB.as
implementsOp/SimpleInterface.as
+EXTRA_DIST = $(ASTESTS) $(AUXMOVIES) TestClass.as ../check.h Dejagnu.as
check.as Derived1.as Base1.as text.as implementsOp/BExtendingImplementation.as
implementsOp/ImplementationA.as implementsOp/ImplementationB.as
implementsOp/SimpleInterface.as
if ENABLE_MTASC
text.as
Description: application/applix-spreadsheet
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

