[Webkit-unassigned] [Bug 68428] New: [Qt][Gtk][Win][SL]Two tests fails after r95489 & r95488

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 00:44:15 PDT 2011


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

           Summary: [Qt][Gtk][Win][SL]Two tests fails after r95489 &
                    r95488
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: reni at webkit.org
                CC: eric at webkit.org, abarth at webkit.org


Failed tests are:
 http/tests/security/window-named-proto.html
 http/tests/security/document-all.html

http/tests/security/window-named-proto.html:

--- /home/reni/repos/WebKit-gardening/WebKit-git/WebKitBuild/Release/layout-test-results/http/tests/security/window-named-proto-expected.txt
+++ /home/reni/repos/WebKit-gardening/WebKit-git/WebKitBuild/Release/layout-test-results/http/tests/security/window-named-proto-actual.txt
@@ -1,4 +1,2 @@
-CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://localhost:8080/security/resources/innocent-victim-with-iframe.html from frame with URL data:text/html,<script>(function () {            setTimeout(function() {                if (window.layoutTestController)                    layoutTestController.notifyDone();            }, 0);            window.name = "__proto__";            parent.__proto__.alert.constructor("alert(document.body.innerHTML)")();        })()</script>. Domains, protocols and ports must match.
+CONSOLE MESSAGE: line 1: TypeError: 'null' is not an object (evaluating 'document.body.innerHTML')

-CONSOLE MESSAGE: line 1: Uncaught TypeError: Cannot read property 'alert' of undefined
-


http/tests/security/document-all.html:

--- /home/reni/repos/WebKit-gardening/WebKit-git/WebKitBuild/Release/layout-test-results/http/tests/security/document-all-expected.txt
+++ /home/reni/repos/WebKit-gardening/WebKit-git/WebKitBuild/Release/layout-test-results/http/tests/security/document-all-actual.txt
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 1: Uncaught TypeError: Illegal constructor
+CONSOLE MESSAGE: line 1: TypeError: '[object DOMWindowConstructor]' is not a function (evaluating 'obj.alert.constructor("return document.body.innerHTML")')

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