Changeset 142599 in webkit


Ignore:
Timestamp:
Feb 12, 2013 2:58:31 AM (11 years ago)
Author:
rniwa@webkit.org
Message:

REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
https://bugs.webkit.org/show_bug.cgi?id=109557

Build fix. Also move this test into platform/mac as done in r142559.

  • fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
  • fast/dom/Element/id-in-deletebutton.html: Removed.
  • platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
  • platform/chromium/TestExpectations:
  • platform/efl/TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton-expected.txt.
  • platform/mac/editing/deleting/id-in-deletebutton.html: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton.html.
  • platform/win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
  • platform/wincairo/TestExpectations:
  • platform/wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 deleted
6 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r142597 r142599  
     12013-02-12  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
     4        https://bugs.webkit.org/show_bug.cgi?id=109557
     5
     6        Build fix. Also move this test into platform/mac as done in r142559.
     7
     8        * fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
     9        * fast/dom/Element/id-in-deletebutton.html: Removed.
     10        * platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
     11        * platform/chromium/TestExpectations:
     12        * platform/efl/TestExpectations:
     13        * platform/gtk/TestExpectations:
     14        * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton-expected.txt.
     15        * platform/mac/editing/deleting/id-in-deletebutton.html: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton.html.
     16        * platform/win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
     17        * platform/wincairo/TestExpectations:
     18        * platform/wk2/TestExpectations:
     19
    1202013-02-12  Andrey Lushnikov  <lushnikov@chromium.org>
    221
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r142593 r142599  
    810810storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html [ WontFix ]
    811811
    812 # Deletion UI is a Mail-ism. We don't need to worry about this.
    813 editing/deleting/deletionUI-single-instance.html [ WontFix ]
    814 fast/dom/Element/id-in-deletebutton.html [ WontFix ]
    815 
    816812# Tests for FAST_MOBILE_SCROLLING. We don't use it.
    817813fast/fast-mobile-scrolling/fixed-position-element.html [ WontFix ]
  • trunk/LayoutTests/platform/efl/TestExpectations

    r142588 r142599  
    360360# Doesn't apply to platforms that don't enforce the CFNetwork-style 3rd party cookie policy
    361361webkit.org/b/35824 http/tests/cookies/third-party-cookie-relaxing.html
    362 
    363 # Deletion UI is a Mail-ism. We don't need to wory about this. (via Chromium)
    364 Bug(EFL) fast/dom/Element/id-in-deletebutton.html
    365362
    366363# This test is out-dated since r95899.
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r142580 r142599  
    150150webkit.org/b/98925 fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html [ Skip ]
    151151webkit.org/b/98925 fast/viewport/viewport-legacy-xhtmlmp.html [ Skip ]
    152 
    153 # Deletion UI is a Mail-ism. We don't need to worry about this (via Chromium).
    154 editing/deleting/deletionUI-single-instance.html [ WontFix Missing ]
    155 # This passes while it's marked as a WontFix - check it.
    156 fast/dom/Element/id-in-deletebutton.html [ WontFix Pass ]
    157152
    158153# WebKitGTK+ uses different keyboard accelerators than Safari (via Chromium).
  • trunk/LayoutTests/platform/mac/editing/deleting/id-in-deletebutton.html

    r142598 r142599  
    11<html>
    22<head>
    3 <script src="../../js/resources/js-test-pre.js"></script>
     3<script src="../../../../fast/js/resources/js-test-pre.js"></script>
    44</head>
    55<body>
     
    2020}
    2121</script>
    22 <script src="../../js/resources/js-test-post.js"></script>
     22<script src="../../../../fast/js/resources/js-test-post.js"></script>
    2323</body>
    2424</html>
  • trunk/LayoutTests/platform/wincairo/TestExpectations

    r142559 r142599  
    259259fast/dom/Element/class-attribute-whitespace.html
    260260fast/dom/Element/getBoundingClientRect.html
    261 fast/dom/Element/id-in-deletebutton.html
    262261fast/dom/Element/null-offset-parent.html
    263262fast/dom/HTMLDocument/frameless-location-bugzilla10837.html
  • trunk/LayoutTests/platform/wk2/TestExpectations

    r142559 r142599  
    177177# WebKitTestRunner needs to support needsDeletionUI mechanism to show deletion UI
    178178# <https://bugs.webkit.org/show_bug.cgi?id=42535>
    179 fast/dom/Element/id-in-deletebutton.html
     179platform/mac/editing/deleting/id-in-deletebutton.html
    180180platform/mac/editing/deleting/deletionUI-click-on-delete-button.html
    181181platform/mac/editing/deleting/deletionUI-single-instance.html
Note: See TracChangeset for help on using the changeset viewer.