Changeset 126006 in webkit


Ignore:
Timestamp:
Aug 20, 2012 1:14:34 AM (12 years ago)
Author:
allan.jensen@nokia.com
Message:

[chromium] context-menu.html fails on Chromium Mac
https://bugs.webkit.org/show_bug.cgi?id=94367

Reviewed by Kenneth Rohde Christiansen.

Set editing behaviour explicitly so the test behaves the same independent of host OS.

  • touchadjustment/context-menu.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r126003 r126006  
     12012-08-20  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
     2
     3        [chromium] context-menu.html fails on Chromium Mac
     4        https://bugs.webkit.org/show_bug.cgi?id=94367
     5
     6        Reviewed by Kenneth Rohde Christiansen.
     7
     8        Set editing behaviour explicitly so the test behaves the same independent of host OS.
     9
     10        * touchadjustment/context-menu.html:
     11
    1122012-08-20  Yoshifumi Inoue  <yosin@chromium.org>
    213
  • trunk/LayoutTests/touchadjustment/context-menu.html

    r125898 r126006  
    7676    function runTests()
    7777    {
    78         if (window.testRunner && window.internals && internals.touchNodeAdjustedToBestClickableNode) {
     78        if (window.testRunner && window.internals && internals.touchNodeAdjustedToBestContextMenuNode) {
    7979            description('Test touch adjustment for context-menu gestures.');
     80            // Set editing-behaviour to win, so context-menu gesture does not trigger selections.
     81            internals.settings.setEditingBehavior('win');
    8082            testDirectTouches();
    8183            testAdjustedTouches();
Note: See TracChangeset for help on using the changeset viewer.