Commit 843f0cbb authored by Yoshifumi Inoue's avatar Yoshifumi Inoue Committed by Commit Bot

Change EditingNG to experimental from test"

This reverts commit c00ca060.

Reason for revert: EditingNG is ready on Canary.

Original change's description:
> Change EditingNG from experimental to test
>
> This patch changes runtime enabled feature EditingNG from experimental
> to test to avoid users who turn on "Experimental Web Platform features"
> not to hit EditingNG issues.
>
> Bug: 707656, 1125477
> Change-Id: I81b56ff56c44da74b0702e4e2f2d81355a0a0c2e
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437834
> Commit-Queue: Koji Ishii <kojii@chromium.org>
> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org>
> Reviewed-by: Koji Ishii <kojii@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#812020}

TBR=yosin@chromium.org,tkent@chromium.org,kojii@chromium.org,ikilpatrick@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 707656
Bug: 1125477
Change-Id: Idd23638d2d3c028d3452f237c35288915154691a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463045Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Auto-Submit: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815520}
parent fc7ff4b3
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
++++++++++[static] name='Always expose editable tables as tables.' editable ++++++++++[static] name='Always expose editable tables as tables.' editable
++++[list] editable ++++[list] editable
++++++[list item] editable ++++++[list item] editable
++++++++[static] name='1. ' editable ++++++++[panel] editable
++++++++++[static] name='1. '
++++++++[static] name='Editable list item.' editable ++++++++[static] name='Editable list item.' editable
++[paragraph] ++[paragraph]
++++[static] name='Non-editable paragraph.' ++++[static] name='Non-editable paragraph.'
......
...@@ -26,6 +26,8 @@ rootWebArea ...@@ -26,6 +26,8 @@ rootWebArea
++++++++list editable richlyEditable ++++++++list editable richlyEditable
++++++++++listItem editable richlyEditable ++++++++++listItem editable richlyEditable
++++++++++++listMarker editable richlyEditable name='1. ' ++++++++++++listMarker editable richlyEditable name='1. '
++++++++++++++staticText name='1. '
++++++++++++++++inlineTextBox name='1. '
++++++++++++staticText editable richlyEditable name='Editable list item.' ++++++++++++staticText editable richlyEditable name='Editable list item.'
++++++++++++++inlineTextBox name='Editable list item.' ++++++++++++++inlineTextBox name='Editable list item.'
++++++paragraph ++++++paragraph
......
...@@ -15,7 +15,8 @@ Document ...@@ -15,7 +15,8 @@ Document
++++++++++Text Name='Always expose editable tables as tables.' IsControlElement=false ++++++++++Text Name='Always expose editable tables as tables.' IsControlElement=false
++++List ++++List
++++++ListItem ++++++ListItem
++++++++Text Name='1. ' IsControlElement=false ++++++++Group
++++++++++Text Name='1. ' IsControlElement=false
++++++++Text Name='Editable list item.' IsControlElement=false ++++++++Text Name='Editable list item.' IsControlElement=false
++Group IsControlElement=false ++Group IsControlElement=false
++++Text Name='Non-editable paragraph.' ++++Text Name='Non-editable paragraph.'
......
...@@ -14,8 +14,9 @@ ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE ia2_hypertext='<obj0><obj1><obj2>' n_sel ...@@ -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_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_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_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_LISTITEM IA2_STATE_EDITABLE ia2_hypertext='<obj0>Editable list item.' n_selections=0
++++++++ROLE_SYSTEM_STATICTEXT name='1. ' IA2_STATE_EDITABLE ia2_hypertext='1. ' 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 ++++++++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 ++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 ++++ROLE_SYSTEM_STATICTEXT name='Non-editable paragraph.' ia2_hypertext='Non-editable paragraph.' n_selections=0
......
...@@ -15,5 +15,6 @@ ...@@ -15,5 +15,6 @@
++++++++++[static] name='Always expose editable tables as tables.' editable selection_start=0 selection_end=3 ++++++++++[static] name='Always expose editable tables as tables.' editable selection_start=0 selection_end=3
++++[list] editable selection_start=0 selection_end=3 ++++[list] editable selection_start=0 selection_end=3
++++++[list item] 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 ++++++++[static] name='Editable list item.' editable selection_start=0 selection_end=3
...@@ -26,5 +26,7 @@ rootWebArea ...@@ -26,5 +26,7 @@ rootWebArea
++++++++list editable richlyEditable ++++++++list editable richlyEditable
++++++++++listItem editable richlyEditable ++++++++++listItem editable richlyEditable
++++++++++++listMarker editable richlyEditable name='1. ' ++++++++++++listMarker editable richlyEditable name='1. '
++++++++++++++staticText name='1. '
++++++++++++++++inlineTextBox name='1. '
++++++++++++staticText editable richlyEditable name='Editable list item.' ++++++++++++staticText editable richlyEditable name='Editable list item.'
++++++++++++++inlineTextBox name='Editable list item.' ++++++++++++++inlineTextBox name='Editable list item.'
...@@ -15,5 +15,6 @@ Document ...@@ -15,5 +15,6 @@ Document
++++++++++Text Name='Always expose editable tables as tables.' IsControlElement=false ++++++++++Text Name='Always expose editable tables as tables.' IsControlElement=false
++++List ++++List
++++++ListItem ++++++ListItem
++++++++Text Name='1. ' IsControlElement=false ++++++++Group
++++++++++Text Name='1. ' IsControlElement=false
++++++++Text Name='Editable list item.' 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_ ...@@ -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_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_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_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_LISTITEM IA2_STATE_EDITABLE ia2_hypertext='<obj0>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_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 ++++++++ROLE_SYSTEM_STATICTEXT name='Editable list item.' IA2_STATE_EDITABLE ia2_hypertext='Editable list item.' n_selections=1 selection_start=0 selection_end=3
...@@ -713,7 +713,7 @@ ...@@ -713,7 +713,7 @@
{ {
// http://crbug.com/707656 content editable in LayoutNG. // http://crbug.com/707656 content editable in LayoutNG.
name: "EditingNG", name: "EditingNG",
status: "test", status: "experimental",
}, },
{ {
name: "EncryptedMediaEncryptionSchemeQuery", 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