[Webkit-unassigned] [Bug 30018] WebGL crashes with recent CanvasArray change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 09:52:11 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30018


Oliver Hunt <oliver at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40526|review?(oliver at apple.com)   |review-
               Flag|                            |




--- Comment #5 from Oliver Hunt <oliver at apple.com>  2009-10-02 09:52:11 PDT ---
(From update of attachment 40526)

> +<html xmlns="http://www.w3.org/1999/xhtml">
we don't use namespaces -- tests should basically be html5 doctype if you want
strict mode.  But in this case you're also using the xml namespace which is
also incorrect due to the file extension not being .xhtml, and not having an
xml doctype :D

And you need expected output

Cheers,
  Oliver

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list