Commit b82a3d19 authored by Yoshifumi Inoue's avatar Yoshifumi Inoue Committed by Commit Bot

Mark EditingNG runtime enabled feature experimental

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}
parent 0a3c9b58
......@@ -15,7 +15,8 @@
++++++++++[static] name='Always expose editable tables as tables.' editable
++++[list] editable
++++++[list item] editable
++++++++[static] name='1. ' editable
++++++++[panel] editable
++++++++++[static] name='1. '
++++++++[static] name='Editable list item.' editable
++[paragraph]
++++[static] name='Non-editable paragraph.'
......
......@@ -26,6 +26,8 @@ rootWebArea
++++++++list editable richlyEditable
++++++++++listItem editable richlyEditable
++++++++++++listMarker editable richlyEditable name='1. '
++++++++++++++staticText name='1. '
++++++++++++++++inlineTextBox name='1. '
++++++++++++staticText editable richlyEditable name='Editable list item.'
++++++++++++++inlineTextBox name='Editable list item.'
++++++paragraph
......
......@@ -15,7 +15,8 @@ Document
++++++++++Text Name='Always expose editable tables as tables.' IsControlElement=false
++++List
++++++ListItem
++++++++Text Name='1. ' IsControlElement=false
++++++++Group
++++++++++Text Name='1. ' IsControlElement=false
++++++++Text Name='Editable list item.' IsControlElement=false
++Group IsControlElement=false
++++Text Name='Non-editable paragraph.'
......
......@@ -14,8 +14,9 @@ ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE ia2_hypertext='<obj0><obj1><obj2>' n_sel
++++++++ROLE_SYSTEM_CELL name='Always expose editable tables as tables.' IA2_STATE_EDITABLE ia2_hypertext='Always expose editable tables as tables.' n_selections=0
++++++++++ROLE_SYSTEM_STATICTEXT name='Always expose editable tables as tables.' IA2_STATE_EDITABLE ia2_hypertext='Always expose editable tables as tables.' n_selections=0
++++ROLE_SYSTEM_LIST IA2_STATE_EDITABLE ia2_hypertext='<obj0>' n_selections=0
++++++ROLE_SYSTEM_LISTITEM IA2_STATE_EDITABLE ia2_hypertext='1. Editable list item.' n_selections=0
++++++++ROLE_SYSTEM_STATICTEXT name='1. ' IA2_STATE_EDITABLE ia2_hypertext='1. ' n_selections=0
++++++ROLE_SYSTEM_LISTITEM IA2_STATE_EDITABLE ia2_hypertext='<obj0>Editable list item.' n_selections=0
++++++++ROLE_SYSTEM_GROUPING IA2_STATE_EDITABLE ia2_hypertext='1. ' n_selections=0
++++++++++ROLE_SYSTEM_STATICTEXT name='1. ' ia2_hypertext='1. ' n_selections=0
++++++++ROLE_SYSTEM_STATICTEXT name='Editable list item.' IA2_STATE_EDITABLE ia2_hypertext='Editable list item.' n_selections=0
++IA2_ROLE_PARAGRAPH ia2_hypertext='Non-editable paragraph.' n_selections=0
++++ROLE_SYSTEM_STATICTEXT name='Non-editable paragraph.' ia2_hypertext='Non-editable paragraph.' n_selections=0
......
......@@ -15,5 +15,6 @@
++++++++++[static] name='Always expose editable tables as tables.' editable selection_start=0 selection_end=3
++++[list] editable selection_start=0 selection_end=3
++++++[list item] editable selection_start=0 selection_end=3
++++++++[static] name='1. ' editable selection_start=0 selection_end=3
++++++++[panel] editable selection_start=0 selection_end=3
++++++++++[static] name='1. ' selection_start=0 selection_end=3
++++++++[static] name='Editable list item.' editable selection_start=0 selection_end=3
......@@ -26,5 +26,7 @@ rootWebArea
++++++++list editable richlyEditable
++++++++++listItem editable richlyEditable
++++++++++++listMarker editable richlyEditable name='1. '
++++++++++++++staticText name='1. '
++++++++++++++++inlineTextBox name='1. '
++++++++++++staticText editable richlyEditable name='Editable list item.'
++++++++++++++inlineTextBox name='Editable list item.'
......@@ -15,5 +15,6 @@ Document
++++++++++Text Name='Always expose editable tables as tables.' IsControlElement=false
++++List
++++++ListItem
++++++++Text Name='1. ' IsControlElement=false
++++++++Group
++++++++++Text Name='1. ' IsControlElement=false
++++++++Text Name='Editable list item.' IsControlElement=false
......@@ -14,6 +14,7 @@ ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE ia2_hypertext='<obj0>' caret_offset=1 n_
++++++++ROLE_SYSTEM_CELL name='Always expose editable tables as tables.' IA2_STATE_EDITABLE ia2_hypertext='Always expose editable tables as tables.' n_selections=1 selection_start=0 selection_end=3
++++++++++ROLE_SYSTEM_STATICTEXT name='Always expose editable tables as tables.' IA2_STATE_EDITABLE ia2_hypertext='Always expose editable tables as tables.' n_selections=1 selection_start=0 selection_end=3
++++ROLE_SYSTEM_LIST IA2_STATE_EDITABLE ia2_hypertext='<obj0>' n_selections=1 selection_start=0 selection_end=3
++++++ROLE_SYSTEM_LISTITEM IA2_STATE_EDITABLE ia2_hypertext='1. Editable list item.' n_selections=1 selection_start=0 selection_end=3
++++++++ROLE_SYSTEM_STATICTEXT name='1. ' IA2_STATE_EDITABLE ia2_hypertext='1. ' n_selections=1 selection_start=0 selection_end=3
++++++ROLE_SYSTEM_LISTITEM IA2_STATE_EDITABLE ia2_hypertext='<obj0>Editable list item.' n_selections=1 selection_start=0 selection_end=3
++++++++ROLE_SYSTEM_GROUPING IA2_STATE_EDITABLE ia2_hypertext='1. ' n_selections=1 selection_start=0 selection_end=3
++++++++++ROLE_SYSTEM_STATICTEXT name='1. ' ia2_hypertext='1. ' n_selections=1 selection_start=0 selection_end=3
++++++++ROLE_SYSTEM_STATICTEXT name='Editable list item.' IA2_STATE_EDITABLE ia2_hypertext='Editable list item.' n_selections=1 selection_start=0 selection_end=3
......@@ -681,7 +681,7 @@
{
// http://crbug.com/707656 content editable in LayoutNG.
name: "EditingNG",
status: "test",
status: "experimental",
},
{
name: "EncryptedMediaEncryptionSchemeQuery",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment