Bug 68796 - [Qt] canvas/philip/tests/2d.drawImage.outsidesource.html fails after r95899
Summary: [Qt] canvas/philip/tests/2d.drawImage.outsidesource.html fails after r95899
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 65709
  Show dependency treegraph
 
Reported: 2011-09-26 02:43 PDT by Kristóf Kosztyó
Modified: 2011-10-19 07:08 PDT (History)
2 users (show)

See Also:


Attachments
Skip test permanently. (1.94 KB, patch)
2011-10-19 07:03 PDT, Zoltan Arvai
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kristóf Kosztyó 2011-09-26 02:43:00 PDT
--- /ramdisk/qt-linux-64-release/build/layout-test-results/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/canvas/philip/tests/2d.drawImage.outsidesource-actual.txt 
@@ -1,2 +1,9 @@
-Passed
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), -0.001, 0, 100, 50, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, -0.001, 100, 50, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, 100.001, 50, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, 100, 50.001, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 50, 0, 50.001, 50, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, -5, 5, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, 5, -5, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 110, 60, -20, -20, 0, 0, 100, 50)
Comment 1 Csaba Osztrogonác 2011-10-19 06:13:00 PDT
Still valid bug.
Comment 2 Zoltan Arvai 2011-10-19 06:58:06 PDT
This test is out of date to the current spec. Should be skipped permanently on Qt.

http://trac.webkit.org/changeset/95899/trunk/LayoutTests/platform/mac/Skipped
Comment 3 Zoltan Arvai 2011-10-19 07:03:41 PDT
Created attachment 111609 [details]
Skip test permanently.
Comment 4 Csaba Osztrogonác 2011-10-19 07:06:52 PDT
Comment on attachment 111609 [details]
Skip test permanently.

r=me
Comment 5 Csaba Osztrogonác 2011-10-19 07:08:52 PDT
Comment on attachment 111609 [details]
Skip test permanently.

Clearing flags on attachment: 111609

Committed r97858: <http://trac.webkit.org/changeset/97858>
Comment 6 Csaba Osztrogonác 2011-10-19 07:08:59 PDT
All reviewed patches have been landed.  Closing bug.