Bug 92078
Summary: | [Qt] the targetDiv1.webkitRequestFullscreen() function is not implemented | ||
---|---|---|---|
Product: | WebKit | Reporter: | Szilard Ledan <szledan> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | kadam, ossy, tonikitoo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 106095 |
Szilard Ledan
The targetDiv1.webkitRequestFullscreen() feature is missing on qt, so some tests fail.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Szilard Ledan
I skipped two tests. (http://trac.webkit.org/changeset/123437)
* http/tests/fullscreen/fullscreenelement-different-origin.html:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/fullscreen/fullscreenelement-different-origin-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/fullscreen/fullscreenelement-different-origin-actual.txt
@@ -1,13 +1,8 @@
+CONSOLE MESSAGE: line 22: TypeError: 'undefined' is not a function (evaluating 'targetDiv1.webkitRequestFullscreen()')
+FAIL: Timed out waiting for notifyDone to be called
Test iframe from different origin can not access webkitFullscreenElement.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.webkitFullscreenElement is targetDiv1
-PASS document.webkitCurrentFullScreenElement is targetDiv1
-PASS message is "inner-iframe.html document.webkitFullscreenElement = null"
-PASS message is "inner-iframe.html document.webkitCurrentFullScreenElement = null"
-PASS successfullyParsed is true
-TEST COMPLETE
-
* http/tests/fullscreen/fullscreenelement-same-origin.html:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/fullscreen/fullscreenelement-same-origin-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/fullscreen/fullscreenelement-same-origin-actual.txt
@@ -1,13 +1,8 @@
+CONSOLE MESSAGE: line 22: TypeError: 'undefined' is not a function (evaluating 'targetDiv1.webkitRequestFullscreen()')
+FAIL: Timed out waiting for notifyDone to be called
Test iframe from same origin can not access webkitFullscreenElement.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.webkitFullscreenElement is targetDiv1
-PASS document.webkitCurrentFullScreenElement is targetDiv1
-PASS message is "inner-iframe.html document.webkitFullscreenElement = null"
-PASS message is "inner-iframe.html document.webkitCurrentFullScreenElement = null"
-PASS successfullyParsed is true
-TEST COMPLETE
-
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.