Changeset 194134 in webkit


Ignore:
Timestamp:
Dec 16, 2015 12:57:05 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Correct the wrong expectation introduced in r194106
https://bugs.webkit.org/show_bug.cgi?id=152325

Unreviewed GTK gardening

Patch by Tomas Popela <tpopela@redhat.com> on 2015-12-16

  • platform/gtk/http/tests/plugins/plugin-javascript-access-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r194129 r194134  
     12015-12-16  Tomas Popela  <tpopela@redhat.com>
     2
     3        [GTK] Correct the wrong expectation introduced in r194106
     4        https://bugs.webkit.org/show_bug.cgi?id=152325
     5
     6        Unreviewed GTK gardening
     7
     8        * platform/gtk/http/tests/plugins/plugin-javascript-access-expected.txt:
     9
    1102015-12-15  Ryan Haddad  <ryanhaddad@apple.com>
    211
  • trunk/LayoutTests/platform/gtk/http/tests/plugins/plugin-javascript-access-expected.txt

    r194106 r194134  
     1Test 1: A non-local file should not be able to iterate over the plugins.
     2
     3PASS! (Could not find the netscape test plugin on a non-local file!)
     4
     5Test 2: Confirm the plugin is present.
     6
    17Name: WebKit Test PlugIn
    28
     
    3339PluginArray.namedItem() works.
    3440
    35 Type: application/x-webkit-test-netscape
    36 
    37 Description: test netscape content
    38 
    39 Suffixes: testnetscape
    40 
    41 MimeTypeArray.item() works.
    42 
    43 MimeTypeArray.namedItem() works.
     41PASS! (Found the netscape test plugin on a non-local file!)
Note: See TracChangeset for help on using the changeset viewer.