Changeset 156659 in webkit


Ignore:
Timestamp:
Sep 30, 2013 9:32:07 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Changed expectation for accessibility/file-upload-button-stringvalue.html after r156532
https://bugs.webkit.org/show_bug.cgi?id=122103

Unreviewed EFL gardening.

Patch by Krzysztof Czech <k.czech@samsung.com> on 2013-09-30

  • platform/efl-wk1/TestExpectations: file-upload-button-stringvalue.html fails on efl-wk1.

Unskipped accessibility/heading-level.html. It passes after r156551.

  • platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r156656 r156659  
     12013-09-30  Krzysztof Czech  <k.czech@samsung.com>
     2
     3        [EFL] Changed expectation for accessibility/file-upload-button-stringvalue.html after r156532
     4        https://bugs.webkit.org/show_bug.cgi?id=122103
     5
     6        Unreviewed EFL gardening.
     7
     8        * platform/efl-wk1/TestExpectations: file-upload-button-stringvalue.html fails on efl-wk1.
     9        Unskipped accessibility/heading-level.html. It passes after r156551.
     10        * platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt:
     11
    1122013-09-27  Jer Noble  <jer.noble@apple.com>
    213
  • trunk/LayoutTests/platform/efl-wk1/TestExpectations

    r156646 r156659  
    156156webkit.org/b/111996 accessibility/canvas-fallback-content-2.html [ Failure ]
    157157webkit.org/b/111999 accessibility/disabled-controls-not-focusable.html [ Failure ]
    158 webkit.org/b/112000 accessibility/heading-level.html [ Failure ]
     158webkit.org/b/122109 accessibility/file-upload-button-stringvalue.html [ Failure ]
    159159webkit.org/b/112002 accessibility/inline-continuations.html [ Failure ]
    160160webkit.org/b/112023 accessibility/loading-iframe-updates-axtree.html [ Failure ]
  • trunk/LayoutTests/platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt

    r156532 r156659  
    44
    55Default value (no files selected):
    6 accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: (None)
    7 accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: (None)
     6accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: No file selected
     7accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: No files selected
    88
    99Drag and drop a single file:
    10 accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: (None)
    11 accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: (None)
     10accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: No file selected
     11accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: No files selected
    1212
    1313Drag and drop two files:
    14 accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: (None)
    15 accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: (None)
     14accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: No file selected
     15accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: No files selected
    1616
Note: See TracChangeset for help on using the changeset viewer.