Bug 92078 - [Qt] the targetDiv1.webkitRequestFullscreen() function is not implemented
Summary: [Qt] the targetDiv1.webkitRequestFullscreen() function is not implemented
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 106095
  Show dependency treegraph
 
Reported: 2012-07-24 01:13 PDT by Szilard Ledan
Modified: 2014-02-03 03:21 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Szilard Ledan 2012-07-24 01:13:16 PDT
The targetDiv1.webkitRequestFullscreen() feature is missing on qt, so some tests fail.
Comment 1 Szilard Ledan 2012-07-24 01:26:11 PDT
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
-
Comment 2 Jocelyn Turcotte 2014-02-03 03:21:50 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.