[Webkit-unassigned] [Bug 113928] New: [Qt] New plugins/focus.html test fails after 147591.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 01:49:39 PDT 2013


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

           Summary: [Qt] New plugins/focus.html test fails after 147591.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kadam at inf.u-szeged.hu
                CC: ossy at webkit.org, rniwa at webkit.org,
                    zarvai at inf.u-szeged.hu, szledan at inf.u-szeged.hu
        Depends on: 32292
            Blocks: 87008


The layout test plugins/focus.html is failing after r147591 ( http://trac.webkit.org/changeset/147591).

Diff is here:

--- /ramdisk/qt-linux-64-release/build/layout-test-results/plugins/focus-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/plugins/focus-actual.txt
@@ -10,9 +10,9 @@
 PASS "objectElem"; document.activeElement === pluginElement is true
 PASS "embedElemWithFallbackContents"; document.activeElement === pluginElement is true
 PASS "objectElemWithFallbackContents"; document.activeElement === pluginElement is true
-PASS "noPluginEmbedElem"; document.activeElement === pluginElement is false
-PASS "noPluginObjectElem"; document.activeElement === pluginElement is false
-PASS "noPluginEmbedElemWithFallbackContents"; document.activeElement === pluginElement is false
+FAIL "noPluginEmbedElem"; document.activeElement === pluginElement should be false. Was true.
+FAIL "noPluginObjectElem"; document.activeElement === pluginElement should be false. Was true.
+FAIL "noPluginEmbedElemWithFallbackContents"; document.activeElement === pluginElement should be false. Was true.
 PASS "noPluginObjectElemWithFallbackContents"; document.activeElement === pluginElement is false
 PASS "noPluginEmbedElemWithTabindex"; document.activeElement === pluginElement is true
 PASS "noPluginObjectElemWithTabindex"; document.activeElement === pluginElement is true

Could you check what happened to it?

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