There are a number of tests in the http://philip.html5.org/tests/canvas/suite/tests/index.2d.imageData.html test suite that are currently failing in both WebView and Chrome, but the exceptions with which they are failing differ between WebView and Chrome. For example, the 2d.imageData.create2.type test is failing in WebView with:
* Aborted with exception: 'undefined' is not an object
Whereas in Chome it is failing with:
* Aborted with exception: Cannot read property 'prototype' of undefined
* Aborted with exception: 'undefined' is not an object
Whereas in Chome it is failing with:
* Aborted with exception: Cannot read property 'prototype' of undefined
- relates to
-
JDK-8114340 Build WebKit with ENABLE_JAVASCRIPT_DEBUGGER for precise line number reporting in console messages
- Resolved
-
JDK-8117105 Certain html5.org canvas imageData tests are failing
- Closed