Changeset 116300 in webkit


Ignore:
Timestamp:
May 7, 2012 4:59:44 AM (12 years ago)
Author:
alexis.menard@openbossa.org
Message:

[Qt] Enable fullscreen api layout tests on WebKit2.
https://bugs.webkit.org/show_bug.cgi?id=85616

Reviewed by Csaba Osztrogonác.

http://trac.webkit.org/changeset/116089 implements the fullscreen API for WebKit2,
we can now unskip the related tests.

  • platform/qt-4.8/Skipped:
  • platform/qt-5.0-wk1/Skipped:
  • platform/qt-5.0-wk2/Skipped:
  • platform/qt/Skipped:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r116297 r116300  
     12012-05-07  Alexis Menard  <alexis.menard@openbossa.org>
     2
     3        [Qt] Enable fullscreen api layout tests on WebKit2.
     4        https://bugs.webkit.org/show_bug.cgi?id=85616
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        http://trac.webkit.org/changeset/116089 implements the fullscreen API for WebKit2,
     9        we can now unskip the related tests.
     10
     11        * platform/qt-4.8/Skipped:
     12        * platform/qt-5.0-wk1/Skipped:
     13        * platform/qt-5.0-wk2/Skipped:
     14        * platform/qt/Skipped:
     15
    1162012-05-07  Dominik Röttsches  <dominik.rottsches@linux.intel.com>
    217
  • trunk/LayoutTests/platform/qt-4.8/Skipped

    r116009 r116300  
    7979fast/events/page-visibility-transition-test.html
    8080
     81# Fullscreen API is not supported with WK1 therefore not supported with Qt 4.8
     82fullscreen
     83plugins/fullscreen-plugins-dont-reload.html
     84
    8185# Fail until SUBPIXEL_LAYOUT is enabled
    8286# https://bugs.webkit.org/show_bug.cgi?id=85532
  • trunk/LayoutTests/platform/qt-5.0-wk1/Skipped

    r116111 r116300  
    66plugins
    77http/tests/plugins
     8
     9# Fullscreen API is not supported on WK1
     10fullscreen
     11plugins/fullscreen-plugins-dont-reload.html
    812
    913# New test introduced in r102048 fails on Qt-WK1
  • trunk/LayoutTests/platform/qt-5.0-wk2/Skipped

    r116108 r116300  
    537537transforms/3d/point-mapping
    538538
     539# Offset of the test appears to be different.
     540fullscreen/full-screen-placeholder.html
     541
    539542# [Qt][WK2] http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml crashes
    540543# https://bugs.webkit.org/show_bug.cgi?id=80209
  • trunk/LayoutTests/platform/qt/Skipped

    r116278 r116300  
    359359fast/hidpi
    360360svg/as-image/image-respects-deviceScaleFactor.html
    361 
    362 # [Qt] QtWebKit needs fullscreen api support
    363 # <https://bugs.webkit.org/show_bug.cgi?id=70132>
    364 fullscreen
    365 plugins/fullscreen-plugins-dont-reload.html
    366361
    367362# Web Intents is not yet enabled.
Note: See TracChangeset for help on using the changeset viewer.