Commit a30bde70 authored by Koji Ishii's avatar Koji Ishii Committed by Commit Bot

Revert "Change EditingNG from experimental to test"

This reverts commit e7896817.

Reason for revert: The fix for the most substantial issue
crbug.com/1121885 was fixed, and the Google Keep issue
crbug.com/1124446 was fixed too.

This patch sets EditingNG to "experimental" for M87. Note,
M86 is still "test".

Original change's description:
> Change EditingNG from experimental to test
>
> EditingNG has some instabilities such as <crbug.com/1121885>.
> In order to help users who turn on "Experimental Web Platform
> features" from hitting these issues, this patch changes
> EditingNG back from "experimental" to "test".
>
> Once ourstanding issues were resolved, we will change it back
> to "experimental".
>
> This is a revert of r791809 <crrev.com/c/2319947>. Some
> rebaselines are needed because these tests do not seem to
> honor "test" status.
>
> Bug: 707656, 1125477
> Change-Id: I433200cb7fb450036a631ee8ed578ab395413540
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390936
> Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
> Commit-Queue: Koji Ishii <kojii@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#804839}

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


Bug: 707656
Bug: 1125477
Change-Id: I3e95b3630f2510378e39434bf52756b581647333
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398359Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Reviewed-by: default avatarYoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805388}
parent 695bb4b0
...@@ -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
...@@ -714,7 +714,7 @@ ...@@ -714,7 +714,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