Changeset 95788 in webkit


Ignore:
Timestamp:
Sep 23, 2011 2:19:32 AM (13 years ago)
Author:
kbalazs@webkit.org
Message:

plugins/mouse-click-iframe-to-plugin.html should not use flash plugin
https://bugs.webkit.org/show_bug.cgi?id=68601

Use the test plugin that we always have.

  • platform/qt-wk2/Skipped: Unskip the test.
  • plugins/mouse-click-iframe-to-plugin.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r95787 r95788  
     12011-09-23  Balazs Kelemen  <kbalazs@webkit.org>
     2
     3        plugins/mouse-click-iframe-to-plugin.html should not use flash plugin
     4        https://bugs.webkit.org/show_bug.cgi?id=68601
     5
     6        Use the test plugin that we always have.
     7
     8        * platform/qt-wk2/Skipped: Unskip the test.
     9        * plugins/mouse-click-iframe-to-plugin.html:
     10
    1112011-09-22  Csaba Osztrogonác  <ossy@webkit.org>
    212
  • trunk/LayoutTests/platform/qt-wk2/Skipped

    r95712 r95788  
    18141814# Missing layoutTestController.setUserStyleSheetEnabled() implementation
    18151815platform/qt/fast/loader/user-stylesheet-qrc-path.html
    1816 
    1817 # [Qt][WK2] plugins/mouse-click-iframe-to-plugin.html fails since enabled in r95626
    1818 # https://bugs.webkit.org/show_bug.cgi?id=68539
    1819 plugins/mouse-click-iframe-to-plugin.html
  • trunk/LayoutTests/plugins/mouse-click-iframe-to-plugin.html

    r84270 r95788  
    2424</head>
    2525<body onload="runTest();">
    26 <embed type="application/x-shockwave-flash" src="resources/simple_blank.swf" width="100" height="100"></embed><br>
     26<embed type="application/x-webkit-test-netscape" width="100" height="100"></embed><br>
    2727<iframe id="frame" width="640"></iframe>
    2828<div id="output">FAILED</div>
Note: See TracChangeset for help on using the changeset viewer.