Bug 113928

Summary: [Qt] New plugins/focus.html test fails after 147591.
Product: WebKit Reporter: Ádám Kallai <kadam>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: ossy, rniwa, szledan, zarvai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 32292    
Bug Blocks: 87008    

Description Ádám Kallai 2013-04-04 01:47:51 PDT
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?
Comment 1 Ryosuke Niwa 2013-04-04 02:09:56 PDT
It seems like there is a bug in Qt port's plugin support?
Comment 2 Jocelyn Turcotte 2014-02-03 03:25:33 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.