Commit a3ccb45d authored by Hayato Ito's avatar Hayato Ito Committed by Commit Bot

Make IncrementalShadowDOM flag experimental

This is a preparation of launching incremental shadow dom.

After I confirm that this doesn't cause any regression in bots,
I'll ship this, announcing it to blink-dev briefly, in a few days.

Bug: 776656
Change-Id: I2632a42c2cb9acaf6462600ac236dc9b8bff32ed
Reviewed-on: https://chromium-review.googlesource.com/1056896
Commit-Queue: Hayato Ito <hayato@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558607}
parent 00445480
...@@ -1750,6 +1750,8 @@ crbug.com/746128 virtual/incremental-shadow-dom/media/controls/video-enter-exit- ...@@ -1750,6 +1750,8 @@ crbug.com/746128 virtual/incremental-shadow-dom/media/controls/video-enter-exit-
# ====== IncrementalShadowDOM-only failures until here ====== # ====== IncrementalShadowDOM-only failures until here ======
crbug.com/840238 http/tests/devtools/elements/shadow/shadow-distribution.js [ Failure ]
crbug.com/667560 [ Debug ] http/tests/devtools/elements/styles-3/styles-change-node-while-editing.js [ Pass Failure ] crbug.com/667560 [ Debug ] http/tests/devtools/elements/styles-3/styles-change-node-while-editing.js [ Pass Failure ]
crbug.com/778515 http/tests/devtools/elements/styles-3/styles-add-new-rule.js [ Pass Failure ] crbug.com/778515 http/tests/devtools/elements/styles-3/styles-add-new-rule.js [ Pass Failure ]
......
...@@ -605,6 +605,7 @@ ...@@ -605,6 +605,7 @@
}, },
{ {
name: "IncrementalShadowDOM", name: "IncrementalShadowDOM",
status: "experimental",
}, },
{ {
name: "InertAttribute", name: "InertAttribute",
......
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