Changeset 93519 in webkit


Ignore:
Timestamp:
Aug 22, 2011 11:06:00 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[Chromium] plugins/keyboard-events.html should pass on linux/mac
https://bugs.webkit.org/show_bug.cgi?id=65964

Patch by Noel Gordon <noel.gordon@gmail.com> on 2011-08-22
Reviewed by Tony Chang.

Update the Chromium Linux test results following r88712. Also rebaseline test results
for Chromium Mac. Note the WebKit Mac and Win ports both report 0 for the line number
for all console.log() events. The Chromium port reports the actual line number, hence
the need for separate test results for Chromium. The test now runs, and passes on all
the Chromium ports, following r87855. The test confirms user-plugin interactivity, so
we don't regress sites like youtube.com. Refer to bug 34936.

  • platform/chromium-linux/plugins/keyboard-events-expected.txt: Added.
  • platform/chromium-mac/plugins/keyboard-events-expected.txt: Added.
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r93518 r93519  
     12011-08-22  Noel Gordon  <noel.gordon@gmail.com>
     2
     3        [Chromium] plugins/keyboard-events.html should pass on linux/mac
     4        https://bugs.webkit.org/show_bug.cgi?id=65964
     5
     6        Reviewed by Tony Chang.
     7
     8        Update the Chromium Linux test results following r88712.  Also rebaseline test results
     9        for Chromium Mac.  Note the WebKit Mac and Win ports both report 0 for the line number
     10        for all console.log() events.  The Chromium port reports the actual line number, hence
     11        the need for separate test results for Chromium.  The test now runs, and passes on all
     12        the Chromium ports, following r87855.  The test confirms user-plugin interactivity, so
     13        we don't regress sites like youtube.com.  Refer to bug 34936.
     14
     15        * platform/chromium-linux/plugins/keyboard-events-expected.txt: Added.
     16        * platform/chromium-mac/plugins/keyboard-events-expected.txt: Added.
     17        * platform/chromium/test_expectations.txt:
     18
    1192011-08-22  Ben Wells  <benwells@chromium.org>
    220
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r93518 r93519  
    748748BUGCR10351 MAC : plugins/inner-html-display-none.html = FAIL
    749749BUGWK48164 : plugins/invalid-mime-with-valid-extension-shows-missing-plugin.html = TEXT
    750 // Need to implement NPP_HandleEvent in the layout_test_plugin
    751 // WIN started failing during webkit roll 62670 -> 62844.
    752 BUGCR38353 LINUX MAC : plugins/keyboard-events.html = TEXT
    753750// Object.keys on an NPObject produces the wrong output.
    754751BUGCR21901 : plugins/npruntime/enumerate.html = TEXT
Note: See TracChangeset for help on using the changeset viewer.