• Yoshifumi Inoue's avatar
    Mark EditingNG runtime enabled feature experimental · b82a3d19
    Yoshifumi Inoue authored
    This patch changes EditingNG runtime enabled feature to "experimental"
    from "test" to collect real world issue for helping enabling EditingNG.
    
    This patch also updates following accessibility test expectations of
    content_browsertests for differences of AX object tree of list marker
    between legacy layout and LayoutNG.
    
    Legacy layout:
          LayoutListItem {LI} at (0,0) size 784x20
            LayoutListMarker {::marker} at (-1,0) size 7x19: bullet
    
    LayoutNG:
          LayoutNGListItem {LI} at (0,0) size 784x20
            LayoutNGInsideListMarker {::marker} at (-1,0) size 7x19
              LayoutText (anonymous) at (-1,0) size 7x19
                text run at (-1,0) width 7: "\x{2022} "
    
    Bug: 707656
    Change-Id: I186e5663ad7930e9b41f0dbcb32c0eb9fc8f9f11
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319947
    Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
    Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
    Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
    Auto-Submit: Yoshifumi Inoue <yosin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#791809}
    b82a3d19
contenteditable-descendants-with-selection-expected-uia-win.txt 753 Bytes