RESOLVED FIXED Bug 68796
[Qt] canvas/philip/tests/2d.drawImage.outsidesource.html fails after r95899
https://bugs.webkit.org/show_bug.cgi?id=68796
Summary [Qt] canvas/philip/tests/2d.drawImage.outsidesource.html fails after r95899
Kristóf Kosztyó
Reported 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)
Attachments
Skip test permanently. (1.94 KB, patch)
2011-10-19 07:03 PDT, Zoltan Arvai
no flags
Csaba Osztrogonác
Comment 1 2011-10-19 06:13:00 PDT
Still valid bug.
Zoltan Arvai
Comment 2 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
Zoltan Arvai
Comment 3 2011-10-19 07:03:41 PDT
Created attachment 111609 [details] Skip test permanently.
Csaba Osztrogonác
Comment 4 2011-10-19 07:06:52 PDT
Comment on attachment 111609 [details] Skip test permanently. r=me
Csaba Osztrogonác
Comment 5 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>
Csaba Osztrogonác
Comment 6 2011-10-19 07:08:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.