[Webkit-unassigned] [Bug 78026] New: [Qt] REGRESSION(r106918): It made svg/as-object/nested-embedded-svg-size-changes.html fail in debug mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 13:20:29 PST 2012


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

           Summary: [Qt] REGRESSION(r106918): It made
                    svg/as-object/nested-embedded-svg-size-changes.html
                    fail in debug mode
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Critical
          Priority: P1
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
            Blocks: 77736


After r106918 svg/as-object/nested-embedded-svg-size-changes.html started to fail in debug mode:
--- /home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/layout-test-results/svg/as-object/nested-embedded-svg-size-changes-expected.txt 
+++ /home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/layout-test-results/svg/as-object/nested-embedded-svg-size-changes-actual.txt 
@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: line 9: TypeError: 'undefined' is not an object (evaluating 'svgDoc.defaultView')
+FAIL: Timed out waiting for notifyDone to be called

 This test checks that intrinsic size changes of an embedded SVG cause immediate updates of the object that embeds it.

@@ -12,12 +14,3 @@
 PASS document.defaultView.getComputedStyle(object1).width is "400px"
 PASS document.defaultView.getComputedStyle(object1).height is "200px"

-Check final <object> size, after resizing finished
-PASS document.defaultView.getComputedStyle(object1).width is "400px"
-PASS document.defaultView.getComputedStyle(object1).height is "200px"
-
-Test passed if you see two green rectangles
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

svg/as-object/nested-embedded-svg-size-changes.html passes with singly run,
but you can reproduce this fail easily with run svg/as-object tests in debug mode.

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