Bug 113928
Summary: | [Qt] New plugins/focus.html test fails after 147591. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ádám Kallai <kadam> |
Component: | Tools / Tests | Assignee: | 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 |
Ádám Kallai
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?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
It seems like there is a bug in Qt port's plugin support?
Jocelyn Turcotte
=== 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.