The in-tree test canvas/philip/tests/2d.drawImage.wrongtype.html was incorrect. It has been fixed by Philip Taylor per http://dvcs.w3.org/hg/html/rev/adc54342f976 In the new version, we only fail the last test, passing a non-image/canvas/video element to drawImage() will raise TYPE_MISMATCH_ERR instead of TypeError. Spec links: http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-drawimage http://www.w3.org/TR/WebIDL/#es-interface
Created attachment 61363 [details] Proposed patch
Comment on attachment 61363 [details] Proposed patch Rejecting patch 61363 from commit-queue. Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--exit-after-n-failures=1', '--ignore-tests', 'compositing', '--quiet']" exit_code: 1 Running build-dumprendertree Compiling Java tests make: Nothing to be done for `default'. Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests Testing 20658 test cases. svg/dom/SVGScriptElement/script-set-href.svg -> failed Exiting early after 1 failures. 18274 tests run. 364.19s total testing time 18273 test cases (99%) succeeded 1 test case (<1%) had incorrect layout 12 test cases (<1%) had stderr output Full output: http://webkit-commit-queue.appspot.com/results/3513234
Comment on attachment 61363 [details] Proposed patch Clearing flags on attachment: 61363 Committed r63252: <http://trac.webkit.org/changeset/63252>
All reviewed patches have been landed. Closing bug.