[Webkit-unassigned] [Bug 68796] New: [Qt] canvas/philip/tests/2d.drawImage.outsidesource.html fails after r95899

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 26 02:43:00 PDT 2011


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

           Summary: [Qt]
                    canvas/philip/tests/2d.drawImage.outsidesource.html
                    fails after r95899
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kkristof at inf.u-szeged.hu
                CC: ossy at webkit.org


--- /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)

-- 
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