Changeset 86440 in webkit


Ignore:
Timestamp:
May 13, 2011 9:58:21 AM (13 years ago)
Author:
robert@webkit.org
Message:

2011-05-02 Robert Hogan <robert@webkit.org>

Reviewed by Eric Seidel.

Make fast/dom/object-embed-plugin-scripting.html compatible with non-Mac ports

https://bugs.webkit.org/show_bug.cgi?id=59930

  • fast/dom/resources/articles.m4a: Removed.
  • platform/chromium/test_expectations.txt: Unskip object-embed-plugin-scripting.html on Linux
  • platform/qt/Skipped: Unskip object-embed-plugin-scripting.html
  • plugins/object-embed-plugin-scripting-expected.txt: Renamed from LayoutTests/fast/dom/object-embed-plugin-scripting-expected.txt.
  • plugins/object-embed-plugin-scripting.html: Renamed from LayoutTests/fast/dom/object-embed-plugin-scripting.html.
  • plugins/resources/apple.gif: Added.
Location:
trunk/LayoutTests
Files:
1 added
1 deleted
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r86435 r86440  
     12011-05-02  Robert Hogan  <robert@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Make fast/dom/object-embed-plugin-scripting.html compatible with non-Mac ports
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=59930
     8
     9        * fast/dom/resources/articles.m4a: Removed.
     10        * platform/chromium/test_expectations.txt: Unskip object-embed-plugin-scripting.html on Linux
     11        * platform/qt/Skipped: Unskip object-embed-plugin-scripting.html
     12        * plugins/object-embed-plugin-scripting-expected.txt: Renamed from LayoutTests/fast/dom/object-embed-plugin-scripting-expected.txt.
     13        * plugins/object-embed-plugin-scripting.html: Renamed from LayoutTests/fast/dom/object-embed-plugin-scripting.html.
     14        * plugins/resources/apple.gif: Added.
     15
    1162011-05-13  Steve VanDeBogart  <vandebo@chromium.org>
    217
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r86435 r86440  
    11961196// These tests are marked as failing on Linux because they depend on QuickTime.
    11971197// See the bug for more discussion.
    1198 BUGCR15797 LINUX : fast/dom/object-embed-plugin-scripting.html = FAIL
    11991198BUGCR15797 LINUX : plugins/embed-attributes-setting.html = FAIL CRASH
    12001199
  • trunk/LayoutTests/platform/qt/Skipped

    r86381 r86440  
    357357# ---- depends on QuickTime support
    358358plugins/embed-attributes-setting.html
    359 fast/dom/object-embed-plugin-scripting.html
    360359plugins/plugin-initiate-popup-window.html
    361360# ---- to be reviewed
  • trunk/LayoutTests/plugins/object-embed-plugin-scripting-expected.txt

    • Property svn:eol-style changed from native to LF
  • trunk/LayoutTests/plugins/object-embed-plugin-scripting.html

    • Property svn:eol-style changed from native to LF
    r86439 r86440  
    1515    }
    1616
    17     print("plugin <object> with nested plugin <embed>: should have a plugin and does " + (document.getElementById('myO').Play ? "" : "not"));
    18     print("plugin <embed> netsted in plugin <object>: should have a plugin and does " + (document.getElementById('myE').Play ? "" : "not"));
    19     print("empty <object> with nested plugin <embed>: should not have a plugin and does " + (document.getElementById('myO2').Play ? "" : "not"));
    20     print("plugin <embed> nested in empty <object>: should have a plugin and does " + (document.getElementById('myE2').Play ? "" : "not"));
    21     print("plugin <embed> nested in image <object>: should not have a plugin and does " + (document.getElementById('myE3').Play ? "" : "not"));
    22     print("plugin <embed> nested in empty <object> nested in plugin <object>: should not have a plugin and does " + (document.getElementById('myE4').Play ? "" : "not"));
    23     print("standalone plugin <embed>: should have a plugin and does " + (document.getElementById('myE5').Play ? "" : "not"));
    24     print("plugin <object> with nested plugin <embed> of the same name should have a plugin and does " + (document.Plugin.Play ? "" : "not"));
    25     print("empty <object> with nested plugin <embed> of the same name should have a plugin and does " + (document.Plugin2.Play ? "" : "not"));
     17    print("plugin <object> with nested plugin <embed>: should have a plugin and does " + (document.getElementById('myO').testCallback ? "" : "not"));
     18    print("plugin <embed> netsted in plugin <object>: should have a plugin and does " + (document.getElementById('myE').testCallback ? "" : "not"));
     19    print("empty <object> with nested plugin <embed>: should not have a plugin and does " + (document.getElementById('myO2').testCallback ? "" : "not"));
     20    print("plugin <embed> nested in empty <object>: should have a plugin and does " + (document.getElementById('myE2').testCallback ? "" : "not"));
     21    print("plugin <embed> nested in image <object>: should not have a plugin and does " + (document.getElementById('myE3').testCallback ? "" : "not"));
     22    print("plugin <embed> nested in empty <object> nested in plugin <object>: should not have a plugin and does " + (document.getElementById('myE4').testCallback ? "" : "not"));
     23    print("standalone plugin <embed>: should have a plugin and does " + (document.getElementById('myE5').testCallback ? "" : "not"));
     24    print("plugin <object> with nested plugin <embed> of the same name should have a plugin and does " + (document.Plugin.testCallback ? "" : "not"));
     25    print("empty <object> with nested plugin <embed> of the same name should have a plugin and does " + (document.Plugin2.testCallback ? "" : "not"));
    2626}
    2727</script>
     
    3535<OBJECT
    3636    id="myO"
    37     type="audio/mp4"
     37    type="application/x-webkit-test-netscape"
    3838    width = 0 height = 0
    3939    >
    40     <PARAM name="src" value="resources/articles.m4a">
     40    <PARAM name="src" value="resources/simple_blank.swf">
    4141    <PARAM name="autostart" value="false">
    4242   
    4343    <EMBED
    4444        id="myE"
    45         src="resources/articles.m4a"
     45        type="application/x-webkit-test-netscape"
    4646        autostart="false"
    4747        enablejavascript="true"
     
    5454    <embed
    5555        id="myE2"
    56         src="resources/articles.m4a"
     56        type="application/x-webkit-test-netscape"
    5757        autostart="false"
    5858        enablejavascript="true"
     
    6868    <embed
    6969        id="myE3"
    70         src="resources/articles.m4a"
     70        type="application/x-webkit-test-netscape"
    7171        autostart="false"
    7272        enablejavascript="true"
     
    8383        <embed
    8484            id="myE4"
    85             src="resources/articles.m4a"
     85            type="application/x-webkit-test-netscape"
    8686            autostart="false"
    8787            enablejavascript="true"
     
    9393<embed
    9494    id="myE5"
    95     src="resources/articles.m4a"
     95    type="application/x-webkit-test-netscape"
    9696    autostart="false"
    9797    enablejavascript="true"
     
    101101<object
    102102    name="Plugin"
    103     type="audio/mp4"
     103    type="application/x-webkit-test-netscape"
    104104    width = 0 height = 0
    105105    >
    106     <param name="src" value="resources/articles.m4a">
     106    <param name="src" value="resources/simple_blank.swf">
    107107    <param name="autostart" value="false">
    108108    <param name="enablejavascript" value="true">
     
    110110    <embed
    111111        name="Plugin"
    112         src="resources/articles.m4a"
     112        type="application/x-webkit-test-netscape"
    113113        autostart="false"
    114114        enablejavascript="true"
     
    121121    <embed
    122122        name="Plugin2"
    123         src="resources/articles.m4a"
     123        type="application/x-webkit-test-netscape"
    124124        autostart="false"
    125125        enablejavascript="true"
Note: See TracChangeset for help on using the changeset viewer.