[Gap Decorations]: Disentangle resolved -width values from -style [chromium/src : main]

0 views
Skip to first unread message

Sam Davis Omekara (Gerrit)

unread,
Sep 9, 2025, 1:35:41 PMSep 9
to Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
Attention needed from Sam Davis Omekara

Message from Sam Davis Omekara

Set Ready For Review

Open in Gerrit

Related details

Attention is currently required from:
  • Sam Davis Omekara
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement is not satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
Gerrit-Change-Number: 6909751
Gerrit-PatchSet: 6
Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
Gerrit-CC: Alexis Menard <alexis...@intel.com>
Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
Gerrit-Attention: Sam Davis Omekara <samome...@microsoft.com>
Gerrit-Comment-Date: Tue, 09 Sep 2025 17:35:32 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Sam Davis Omekara (Gerrit)

unread,
Sep 10, 2025, 12:32:45 PMSep 10
to Alison Maher, Kevin Babbitt, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
Attention needed from Alison Maher and Kevin Babbitt

Sam Davis Omekara added 1 comment

File third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/fast/css/getComputedStyle/computed-style-listing-expected.txt
Line 1, Patchset 7 (Latest):This test documents all computed styles on a <div> element.
Sam Davis Omekara . unresolved

@alm...@microsoft.com @kbab...@microsoft.com: The tricky part about this change is that it modifies the default values of the two properties. If I want to keep the previous behavior, I would need to generate a static test txt file expectation, but that could become outdated whenever new properties are added. I'm not sure how best to approach this. Another option is having the TestExpectations to expect this virtual test to fail instead of relying on a static txt file.

Open in Gerrit

Related details

Attention is currently required from:
  • Alison Maher
  • Kevin Babbitt
Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement is not satisfiedCode-Owners
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
    Gerrit-Change-Number: 6909751
    Gerrit-PatchSet: 7
    Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
    Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
    Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
    Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
    Gerrit-CC: Alexis Menard <alexis...@intel.com>
    Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
    Gerrit-Attention: Kevin Babbitt <kbab...@microsoft.com>
    Gerrit-Attention: Alison Maher <alm...@microsoft.com>
    Gerrit-Comment-Date: Wed, 10 Sep 2025 16:32:33 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Alison Maher (Gerrit)

    unread,
    Sep 10, 2025, 2:09:41 PMSep 10
    to Sam Davis Omekara, Kevin Babbitt, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
    Attention needed from Kevin Babbitt and Sam Davis Omekara

    Alison Maher added 4 comments

    Patchset-level comments
    File-level comment, Patchset 9 (Latest):
    Alison Maher . resolved

    As a heads up it looks like there are still some test failures with this change

    File third_party/blink/renderer/core/fragment_directive/css_selector_fragment_anchor_test.cc
    Line 96, Patchset 7: return "0px" != width_value->CssText() &&
    "none" != style_value->CssText() &&
    "hidden" != style_value->CssText();
    Alison Maher . unresolved

    nit: although it was done this way previously, I'd swap the ordering of all the != such that "0px" etc are on the right side of the statements

    File third_party/blink/renderer/core/style/computed_style.h
    Line 627, Patchset 7: bool is_legacy_column_rule_behavior =
    Alison Maher . unresolved

    Should this name include something to do with the fact that this is related to visibility

    File third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/fast/css/getComputedStyle/computed-style-listing-expected.txt
    Line 1, Patchset 7:This test documents all computed styles on a <div> element.
    Sam Davis Omekara . unresolved

    @alm...@microsoft.com @kbab...@microsoft.com: The tricky part about this change is that it modifies the default values of the two properties. If I want to keep the previous behavior, I would need to generate a static test txt file expectation, but that could become outdated whenever new properties are added. I'm not sure how best to approach this. Another option is having the TestExpectations to expect this virtual test to fail instead of relying on a static txt file.

    Alison Maher

    Hmm if it modifies the default value, I would presume the effect of this change will be fairly large (i.e. if we were to gather data on it). Is this something we think is safe based on that fact?

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Kevin Babbitt
    • Sam Davis Omekara
    Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement is not satisfiedCode-Owners
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
    Gerrit-Change-Number: 6909751
    Gerrit-PatchSet: 9
    Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
    Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
    Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
    Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
    Gerrit-CC: Alexis Menard <alexis...@intel.com>
    Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
    Gerrit-Attention: Kevin Babbitt <kbab...@microsoft.com>
    Gerrit-Attention: Sam Davis Omekara <samome...@microsoft.com>
    Gerrit-Comment-Date: Wed, 10 Sep 2025 18:09:32 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Sam Davis Omekara <samome...@microsoft.com>
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Sam Davis Omekara (Gerrit)

    unread,
    Sep 11, 2025, 12:35:23 PMSep 11
    to Alison Maher, Kevin Babbitt, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
    Attention needed from Alison Maher and Kevin Babbitt

    Sam Davis Omekara added 4 comments

    Patchset-level comments
    Alison Maher . resolved

    As a heads up it looks like there are still some test failures with this change

    Sam Davis Omekara

    Those test failures have to do with this comment thread: https://chromium-review.googlesource.com/c/chromium/src/+/6909751/comment/0af17042_7332c242/. So was waiting on resolution there to address them.

    File third_party/blink/renderer/core/fragment_directive/css_selector_fragment_anchor_test.cc
    Line 96, Patchset 7: return "0px" != width_value->CssText() &&
    "none" != style_value->CssText() &&
    "hidden" != style_value->CssText();
    Alison Maher . resolved

    nit: although it was done this way previously, I'd swap the ordering of all the != such that "0px" etc are on the right side of the statements

    Sam Davis Omekara

    Done

    File third_party/blink/renderer/core/style/computed_style.h
    Line 627, Patchset 7: bool is_legacy_column_rule_behavior =
    Alison Maher . unresolved

    Should this name include something to do with the fact that this is related to visibility

    Sam Davis Omekara

    Hmm, I see your point but the more I think about, I realize we're not affecting the visibility. Even if column-rule-width is 5px if the -style value is none/hidden it will still not be visible, but the computed&&resolved value will be 5px and not 0px.

    File third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/fast/css/getComputedStyle/computed-style-listing-expected.txt
    Line 1, Patchset 7:This test documents all computed styles on a <div> element.
    Sam Davis Omekara . unresolved

    @alm...@microsoft.com @kbab...@microsoft.com: The tricky part about this change is that it modifies the default values of the two properties. If I want to keep the previous behavior, I would need to generate a static test txt file expectation, but that could become outdated whenever new properties are added. I'm not sure how best to approach this. Another option is having the TestExpectations to expect this virtual test to fail instead of relying on a static txt file.

    Alison Maher

    Hmm if it modifies the default value, I would presume the effect of this change will be fairly large (i.e. if we were to gather data on it). Is this something we think is safe based on that fact?

    Sam Davis Omekara

    Is your question if the change is safe? It's currently behind a feature flag which is marked experimental. The other thing is that the follow up change tries to capture scenarios where this might be seen/user-facing. Should I change the order and land that first, we gather data before landing this?

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Alison Maher
    • Kevin Babbitt
    Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement is not satisfiedCode-Owners
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
    Gerrit-Change-Number: 6909751
    Gerrit-PatchSet: 10
    Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
    Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
    Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
    Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
    Gerrit-CC: Alexis Menard <alexis...@intel.com>
    Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
    Gerrit-Attention: Kevin Babbitt <kbab...@microsoft.com>
    Gerrit-Attention: Alison Maher <alm...@microsoft.com>
    Gerrit-Comment-Date: Thu, 11 Sep 2025 16:35:13 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Sam Davis Omekara <samome...@microsoft.com>
    Comment-In-Reply-To: Alison Maher <alm...@microsoft.com>
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Alison Maher (Gerrit)

    unread,
    Sep 11, 2025, 12:43:52 PMSep 11
    to Sam Davis Omekara, Kevin Babbitt, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
    Attention needed from Kevin Babbitt and Sam Davis Omekara

    Alison Maher voted and added 2 comments

    Votes added by Alison Maher

    Code-Review+1

    2 comments

    File third_party/blink/renderer/core/style/computed_style.h
    Line 627, Patchset 7: bool is_legacy_column_rule_behavior =
    Alison Maher . resolved

    Should this name include something to do with the fact that this is related to visibility

    Sam Davis Omekara

    Hmm, I see your point but the more I think about, I realize we're not affecting the visibility. Even if column-rule-width is 5px if the -style value is none/hidden it will still not be visible, but the computed&&resolved value will be 5px and not 0px.

    Alison Maher

    Yeah I guess what you have is fine then, since it is explained what legacy behavior this is referring to in the comment beforehand

    File third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/fast/css/getComputedStyle/computed-style-listing-expected.txt
    Line 1, Patchset 7:This test documents all computed styles on a <div> element.
    Sam Davis Omekara . unresolved

    @alm...@microsoft.com @kbab...@microsoft.com: The tricky part about this change is that it modifies the default values of the two properties. If I want to keep the previous behavior, I would need to generate a static test txt file expectation, but that could become outdated whenever new properties are added. I'm not sure how best to approach this. Another option is having the TestExpectations to expect this virtual test to fail instead of relying on a static txt file.

    Alison Maher

    Hmm if it modifies the default value, I would presume the effect of this change will be fairly large (i.e. if we were to gather data on it). Is this something we think is safe based on that fact?

    Sam Davis Omekara

    Is your question if the change is safe? It's currently behind a feature flag which is marked experimental. The other thing is that the follow up change tries to capture scenarios where this might be seen/user-facing. Should I change the order and land that first, we gather data before landing this?

    Alison Maher

    More so if the resolution was safe, not the CL itself. But I keep forgetting that the only effect it could have is if the author is actually querying for the value? If there was an effect anytime this behavior changed, then it being the default value would make this very common, but if it only matters if the author actually queries for the value, then I think gathering the data and seeing what we get back makes sense. No need to swap the ordering.

    And I think this is fine, but may be annoying for anyone adding to the main one, they will likely hit errors when running through the bots and have to update this too, but I can't really think of a better way myself

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Kevin Babbitt
    • Sam Davis Omekara
    Submit Requirements:
      • requirement satisfiedCode-Coverage
      • requirement is not satisfiedCode-Owners
      • requirement satisfiedCode-Review
      • requirement is not satisfiedNo-Unresolved-Comments
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: chromium/src
      Gerrit-Branch: main
      Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
      Gerrit-Change-Number: 6909751
      Gerrit-PatchSet: 10
      Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
      Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
      Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
      Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
      Gerrit-CC: Alexis Menard <alexis...@intel.com>
      Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
      Gerrit-Attention: Kevin Babbitt <kbab...@microsoft.com>
      Gerrit-Attention: Sam Davis Omekara <samome...@microsoft.com>
      Gerrit-Comment-Date: Thu, 11 Sep 2025 16:43:41 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: Yes
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Sam Davis Omekara (Gerrit)

      unread,
      Sep 11, 2025, 12:54:14 PMSep 11
      to Alison Maher, Kevin Babbitt, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
      Attention needed from Alison Maher and Kevin Babbitt

      Sam Davis Omekara added 1 comment

      File third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/fast/css/getComputedStyle/computed-style-listing-expected.txt
      Line 1, Patchset 7:This test documents all computed styles on a <div> element.
      Sam Davis Omekara . unresolved

      @alm...@microsoft.com @kbab...@microsoft.com: The tricky part about this change is that it modifies the default values of the two properties. If I want to keep the previous behavior, I would need to generate a static test txt file expectation, but that could become outdated whenever new properties are added. I'm not sure how best to approach this. Another option is having the TestExpectations to expect this virtual test to fail instead of relying on a static txt file.

      Alison Maher

      Hmm if it modifies the default value, I would presume the effect of this change will be fairly large (i.e. if we were to gather data on it). Is this something we think is safe based on that fact?

      Sam Davis Omekara

      Is your question if the change is safe? It's currently behind a feature flag which is marked experimental. The other thing is that the follow up change tries to capture scenarios where this might be seen/user-facing. Should I change the order and land that first, we gather data before landing this?

      Alison Maher

      More so if the resolution was safe, not the CL itself. But I keep forgetting that the only effect it could have is if the author is actually querying for the value? If there was an effect anytime this behavior changed, then it being the default value would make this very common, but if it only matters if the author actually queries for the value, then I think gathering the data and seeing what we get back makes sense. No need to swap the ordering.

      And I think this is fine, but may be annoying for anyone adding to the main one, they will likely hit errors when running through the bots and have to update this too, but I can't really think of a better way myself

      Sam Davis Omekara

      One more thing other than querying the value would be using "inherit". When we use inherit, we take the computed value from parent[1]. This is another scenario where the effect of this change will be seen. The following tests exemplifies this:

      • third_party/blink/web_tests/external/wpt/css/css-ui/outline-009.html
      • third_party/blink/web_tests/external/wpt/css/css-multicol/animation/column-rule-width-interpolation.html


      On the static test file, I think another option would be to mark these as failing for the virtual test suite with a comment as to why these are marked failing.

      [1]: https://developer.mozilla.org/en-US/docs/Web/CSS/inherit

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Alison Maher
      • Kevin Babbitt
      Submit Requirements:
      • requirement satisfiedCode-Coverage
      • requirement is not satisfiedCode-Owners
      • requirement satisfiedCode-Review
      • requirement is not satisfiedNo-Unresolved-Comments
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: chromium/src
      Gerrit-Branch: main
      Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
      Gerrit-Change-Number: 6909751
      Gerrit-PatchSet: 10
      Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
      Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
      Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
      Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
      Gerrit-CC: Alexis Menard <alexis...@intel.com>
      Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
      Gerrit-Attention: Kevin Babbitt <kbab...@microsoft.com>
      Gerrit-Attention: Alison Maher <alm...@microsoft.com>
      Gerrit-Comment-Date: Thu, 11 Sep 2025 16:54:05 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Kevin Babbitt (Gerrit)

      unread,
      Sep 11, 2025, 2:36:29 PMSep 11
      to Sam Davis Omekara, Alison Maher, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
      Attention needed from Alison Maher

      Kevin Babbitt added 1 comment

      File third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/fast/css/getComputedStyle/computed-style-listing-expected.txt
      Line 1, Patchset 7:This test documents all computed styles on a <div> element.
      Sam Davis Omekara . unresolved

      @alm...@microsoft.com @kbab...@microsoft.com: The tricky part about this change is that it modifies the default values of the two properties. If I want to keep the previous behavior, I would need to generate a static test txt file expectation, but that could become outdated whenever new properties are added. I'm not sure how best to approach this. Another option is having the TestExpectations to expect this virtual test to fail instead of relying on a static txt file.

      Alison Maher

      Hmm if it modifies the default value, I would presume the effect of this change will be fairly large (i.e. if we were to gather data on it). Is this something we think is safe based on that fact?

      Kevin Babbitt

      Re: effect of change - It only affects the value reported via gCS, not what gets rendered, which I think makes it safer. I do think we should add use counters to measure the impact though.

      Re: large expectation files - Do we need to the "dump all values" tests in the virtual suite at all? It seems to me like the behavior differences are covered by css-multicol/parsing/column-rule-width-computed.html and css-ui/parsing/outline-width-computed.html.

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Alison Maher
      Submit Requirements:
      • requirement satisfiedCode-Coverage
      • requirement is not satisfiedCode-Owners
      • requirement satisfiedCode-Review
      • requirement is not satisfiedNo-Unresolved-Comments
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: chromium/src
      Gerrit-Branch: main
      Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
      Gerrit-Change-Number: 6909751
      Gerrit-PatchSet: 9
      Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
      Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
      Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
      Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
      Gerrit-CC: Alexis Menard <alexis...@intel.com>
      Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
      Gerrit-Attention: Alison Maher <alm...@microsoft.com>
      Gerrit-Comment-Date: Thu, 11 Sep 2025 18:36:19 +0000
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Sam Davis Omekara (Gerrit)

      unread,
      Sep 12, 2025, 2:16:16 AMSep 12
      to Alison Maher, Kevin Babbitt, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
      Attention needed from Alison Maher and Kevin Babbitt

      Sam Davis Omekara added 1 comment

      File third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/fast/css/getComputedStyle/computed-style-listing-expected.txt
      Line 1, Patchset 7:This test documents all computed styles on a <div> element.
      Sam Davis Omekara . unresolved

      @alm...@microsoft.com @kbab...@microsoft.com: The tricky part about this change is that it modifies the default values of the two properties. If I want to keep the previous behavior, I would need to generate a static test txt file expectation, but that could become outdated whenever new properties are added. I'm not sure how best to approach this. Another option is having the TestExpectations to expect this virtual test to fail instead of relying on a static txt file.

      Alison Maher

      Hmm if it modifies the default value, I would presume the effect of this change will be fairly large (i.e. if we were to gather data on it). Is this something we think is safe based on that fact?

      Kevin Babbitt

      Re: effect of change - It only affects the value reported via gCS, not what gets rendered, which I think makes it safer. I do think we should add use counters to measure the impact though.

      Re: large expectation files - Do we need to the "dump all values" tests in the virtual suite at all? It seems to me like the behavior differences are covered by css-multicol/parsing/column-rule-width-computed.html and css-ui/parsing/outline-width-computed.html.

      Sam Davis Omekara
      • Use counter change is prepped as the followup change to this one.
      • Right, I agree. I've taken those tests out of the Virtual test suite.
      Open in Gerrit

      Related details

      Attention is currently required from:
      • Alison Maher
      • Kevin Babbitt
      Submit Requirements:
        • requirement satisfiedCode-Coverage
        • requirement is not satisfiedCode-Owners
        • requirement is not satisfiedCode-Review
        • requirement is not satisfiedNo-Unresolved-Comments
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: comment
        Gerrit-Project: chromium/src
        Gerrit-Branch: main
        Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
        Gerrit-Change-Number: 6909751
        Gerrit-PatchSet: 13
        Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
        Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
        Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
        Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
        Gerrit-CC: Alexis Menard <alexis...@intel.com>
        Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
        Gerrit-Attention: Kevin Babbitt <kbab...@microsoft.com>
        Gerrit-Attention: Alison Maher <alm...@microsoft.com>
        Gerrit-Comment-Date: Fri, 12 Sep 2025 06:16:05 +0000
        Gerrit-HasComments: Yes
        Gerrit-Has-Labels: No
        Comment-In-Reply-To: Kevin Babbitt <kbab...@microsoft.com>
        satisfied_requirement
        unsatisfied_requirement
        open
        diffy

        Alison Maher (Gerrit)

        unread,
        Sep 12, 2025, 12:57:11 PMSep 12
        to Sam Davis Omekara, Kevin Babbitt, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
        Attention needed from Kevin Babbitt and Sam Davis Omekara

        Alison Maher voted Code-Review+1

        Code-Review+1
        Open in Gerrit

        Related details

        Attention is currently required from:
        • Kevin Babbitt
        • Sam Davis Omekara
        Submit Requirements:
          • requirement satisfiedCode-Coverage
          • requirement is not satisfiedCode-Owners
          • requirement satisfiedCode-Review
          • requirement is not satisfiedNo-Unresolved-Comments
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: comment
          Gerrit-Project: chromium/src
          Gerrit-Branch: main
          Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
          Gerrit-Change-Number: 6909751
          Gerrit-PatchSet: 13
          Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
          Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
          Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-CC: Alexis Menard <alexis...@intel.com>
          Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
          Gerrit-Attention: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-Attention: Kevin Babbitt <kbab...@microsoft.com>
          Gerrit-Comment-Date: Fri, 12 Sep 2025 16:57:01 +0000
          Gerrit-HasComments: No
          Gerrit-Has-Labels: Yes
          satisfied_requirement
          unsatisfied_requirement
          open
          diffy

          Sam Davis Omekara (Gerrit)

          unread,
          Sep 12, 2025, 2:17:19 PMSep 12
          to Philip Rogers, Alison Maher, Kevin Babbitt, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
          Attention needed from Kevin Babbitt and Philip Rogers

          Sam Davis Omekara added 1 comment

          Patchset-level comments
          File-level comment, Patchset 13 (Latest):
          Sam Davis Omekara . resolved

          @p...@chromium.org for VirtualTestSuite.

          Open in Gerrit

          Related details

          Attention is currently required from:
          • Kevin Babbitt
          • Philip Rogers
          Submit Requirements:
          • requirement satisfiedCode-Coverage
          • requirement is not satisfiedCode-Owners
          • requirement satisfiedCode-Review
          • requirement is not satisfiedNo-Unresolved-Comments
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: comment
          Gerrit-Project: chromium/src
          Gerrit-Branch: main
          Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
          Gerrit-Change-Number: 6909751
          Gerrit-PatchSet: 13
          Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
          Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
          Gerrit-Reviewer: Philip Rogers <p...@chromium.org>
          Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-CC: Alexis Menard <alexis...@intel.com>
          Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
          Gerrit-Attention: Philip Rogers <p...@chromium.org>
          Gerrit-Attention: Kevin Babbitt <kbab...@microsoft.com>
          Gerrit-Comment-Date: Fri, 12 Sep 2025 18:17:08 +0000
          Gerrit-HasComments: Yes
          Gerrit-Has-Labels: No
          satisfied_requirement
          unsatisfied_requirement
          open
          diffy

          Philip Rogers (Gerrit)

          unread,
          Sep 12, 2025, 2:27:36 PMSep 12
          to Sam Davis Omekara, Alison Maher, Kevin Babbitt, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
          Attention needed from Kevin Babbitt and Sam Davis Omekara

          Philip Rogers voted and added 1 comment

          Votes added by Philip Rogers

          Code-Review+1

          1 comment

          Patchset-level comments
          File-level comment, Patchset 14 (Latest):
          Philip Rogers . resolved

          VirtualTestSuites LGTM

          Open in Gerrit

          Related details

          Attention is currently required from:
          • Kevin Babbitt
          • Sam Davis Omekara
          Submit Requirements:
          • requirement satisfiedCode-Coverage
          • requirement satisfiedCode-Owners
          • requirement satisfiedCode-Review
          • requirement is not satisfiedNo-Unresolved-Comments
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: comment
          Gerrit-Project: chromium/src
          Gerrit-Branch: main
          Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
          Gerrit-Change-Number: 6909751
          Gerrit-PatchSet: 14
          Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
          Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
          Gerrit-Reviewer: Philip Rogers <p...@chromium.org>
          Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-CC: Alexis Menard <alexis...@intel.com>
          Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
          Gerrit-Attention: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-Attention: Kevin Babbitt <kbab...@microsoft.com>
          Gerrit-Comment-Date: Fri, 12 Sep 2025 18:27:25 +0000
          Gerrit-HasComments: Yes
          Gerrit-Has-Labels: Yes
          satisfied_requirement
          unsatisfied_requirement
          open
          diffy

          Kevin Babbitt (Gerrit)

          unread,
          Sep 16, 2025, 2:16:11 PMSep 16
          to Sam Davis Omekara, Philip Rogers, Alison Maher, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org
          Attention needed from Sam Davis Omekara

          Kevin Babbitt voted Code-Review+1

          Code-Review+1
          Open in Gerrit

          Related details

          Attention is currently required from:
          • Sam Davis Omekara
          Gerrit-Comment-Date: Tue, 16 Sep 2025 18:16:02 +0000
          Gerrit-HasComments: No
          Gerrit-Has-Labels: Yes
          satisfied_requirement
          unsatisfied_requirement
          open
          diffy

          Sam Davis Omekara (Gerrit)

          unread,
          Sep 16, 2025, 2:17:32 PMSep 16
          to Kevin Babbitt, Philip Rogers, Alison Maher, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org

          Sam Davis Omekara voted and added 1 comment

          Votes added by Sam Davis Omekara

          Commit-Queue+2

          1 comment

          File third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/fast/css/getComputedStyle/computed-style-listing-expected.txt
          Line 1, Patchset 7:This test documents all computed styles on a <div> element.
          Sam Davis Omekara . resolved

          @alm...@microsoft.com @kbab...@microsoft.com: The tricky part about this change is that it modifies the default values of the two properties. If I want to keep the previous behavior, I would need to generate a static test txt file expectation, but that could become outdated whenever new properties are added. I'm not sure how best to approach this. Another option is having the TestExpectations to expect this virtual test to fail instead of relying on a static txt file.

          Alison Maher

          Hmm if it modifies the default value, I would presume the effect of this change will be fairly large (i.e. if we were to gather data on it). Is this something we think is safe based on that fact?

          Kevin Babbitt

          Re: effect of change - It only affects the value reported via gCS, not what gets rendered, which I think makes it safer. I do think we should add use counters to measure the impact though.

          Re: large expectation files - Do we need to the "dump all values" tests in the virtual suite at all? It seems to me like the behavior differences are covered by css-multicol/parsing/column-rule-width-computed.html and css-ui/parsing/outline-width-computed.html.

          Sam Davis Omekara
          • Use counter change is prepped as the followup change to this one.
          • Right, I agree. I've taken those tests out of the Virtual test suite.
          Sam Davis Omekara

          Done

          Open in Gerrit

          Related details

          Attention set is empty
          Submit Requirements:
          • requirement satisfiedCode-Coverage
          • requirement satisfiedCode-Owners
          • requirement satisfiedCode-Review
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: comment
          Gerrit-Project: chromium/src
          Gerrit-Branch: main
          Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
          Gerrit-Change-Number: 6909751
          Gerrit-PatchSet: 14
          Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
          Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
          Gerrit-Reviewer: Philip Rogers <p...@chromium.org>
          Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-CC: Alexis Menard <alexis...@intel.com>
          Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
          Gerrit-Comment-Date: Tue, 16 Sep 2025 18:17:20 +0000
          Gerrit-HasComments: Yes
          Gerrit-Has-Labels: Yes
          satisfied_requirement
          open
          diffy

          Blink W3C Test Autoroller (Gerrit)

          unread,
          Sep 16, 2025, 2:23:58 PMSep 16
          to Sam Davis Omekara, Kevin Babbitt, Philip Rogers, Alison Maher, Olga Gerchikov, Alexis Menard, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org

          Message from Blink W3C Test Autoroller

          Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/54881.

          When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.

          WPT Export docs:
          https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process

          Open in Gerrit

          Related details

          Attention set is empty
          Submit Requirements:
          • requirement satisfiedCode-Coverage
          • requirement satisfiedCode-Owners
          • requirement satisfiedCode-Review
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: comment
          Gerrit-Project: chromium/src
          Gerrit-Branch: main
          Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
          Gerrit-Change-Number: 6909751
          Gerrit-PatchSet: 14
          Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
          Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
          Gerrit-Reviewer: Philip Rogers <p...@chromium.org>
          Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-CC: Alexis Menard <alexis...@intel.com>
          Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
          Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
          Gerrit-Comment-Date: Tue, 16 Sep 2025 18:23:51 +0000
          Gerrit-HasComments: No
          Gerrit-Has-Labels: No
          satisfied_requirement
          open
          diffy

          Chromium LUCI CQ (Gerrit)

          unread,
          Sep 16, 2025, 5:14:49 PMSep 16
          to Sam Davis Omekara, Blink W3C Test Autoroller, Kevin Babbitt, Philip Rogers, Alison Maher, Olga Gerchikov, Alexis Menard, AyeAye, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org

          Chromium LUCI CQ submitted the change

          Change information

          Commit message:
          [Gap Decorations]: Disentangle resolved -width values from -style

          This CL decouples the resolved value of outline-width and
          column-rule-width from their corresponding *-style properties. The
          second part of the CSSWG resolution[1], stipulates that the resolved
          value for these properties should now be independent of the *-style.

          Most file changes in this CL involve updating tests to reflect this new
          behavior. To simplify reverting in the case of a web compat issue, a
          virtual test suite with the flag disabled and relevant tests as base has
          been set up.

          A subsequent CL will be put up to set up use counters to evaluate
          potential web compat risks associated with this change

          [1]:
          https://github.com/w3c/csswg-drafts/issues/11494#issuecomment-2675800489
          Bug: 393631108
          Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
          Reviewed-by: Kevin Babbitt <kbab...@microsoft.com>
          Commit-Queue: Sam Davis Omekara <samome...@microsoft.com>
          Reviewed-by: Alison Maher <alm...@microsoft.com>
          Reviewed-by: Philip Rogers <p...@chromium.org>
          Cr-Commit-Position: refs/heads/main@{#1516261}
          Files:
          • M third_party/blink/renderer/core/fragment_directive/css_selector_fragment_anchor_test.cc
          • M third_party/blink/renderer/core/style/computed_style.h
          • M third_party/blink/renderer/platform/runtime_enabled_features.json5
          • M third_party/blink/web_tests/VirtualTestSuites
          • M third_party/blink/web_tests/external/wpt/css/css-gaps/parsing/gap-decorations-col-rule-width.html
          • M third_party/blink/web_tests/external/wpt/css/css-multicol/animation/column-rule-width-interpolation.html
          • M third_party/blink/web_tests/external/wpt/css/css-multicol/parsing/column-rule-computed.html
          • M third_party/blink/web_tests/external/wpt/css/css-multicol/parsing/column-rule-width-computed.html
          • A third_party/blink/web_tests/external/wpt/css/css-ui/outline-009-ref.html
          • M third_party/blink/web_tests/external/wpt/css/css-ui/outline-009.html
          • M third_party/blink/web_tests/external/wpt/css/css-ui/parsing/canonical-order-outline-sub-properties-001-expected.txt
          • M third_party/blink/web_tests/external/wpt/css/css-ui/parsing/canonical-order-outline-sub-properties-001.html
          • M third_party/blink/web_tests/external/wpt/css/css-ui/parsing/outline-width-computed.html
          • M third_party/blink/web_tests/external/wpt/css/cssom/cssom-getPropertyValue-common-checks-expected.txt
          • M third_party/blink/web_tests/fast/css/getComputedStyle/computed-style-listing-expected.txt
          • M third_party/blink/web_tests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt
          • M third_party/blink/web_tests/fast/css/getComputedStyle/getComputedStyle-column-rule-expected.txt
          • M third_party/blink/web_tests/fast/css/getComputedStyle/getComputedStyle-column-rule.html
          • M third_party/blink/web_tests/fast/css/getComputedStyle/getComputedStyle-outline-shorthand-expected.txt
          • M third_party/blink/web_tests/fast/css/getComputedStyle/getComputedStyle-outline-shorthand.html
          • M third_party/blink/web_tests/fast/replaced/resources/focus-test.js
          • M third_party/blink/web_tests/svg/css/getComputedStyle-listing-expected.txt
          • A third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/external/wpt/css/css-multicol/parsing/column-rule-computed-expected.txt
          • A third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/external/wpt/css/css-multicol/parsing/column-rule-width-computed-expected.txt
          • A third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/external/wpt/css/css-ui/parsing/canonical-order-outline-sub-properties-001-expected.txt
          • A third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/external/wpt/css/css-ui/parsing/outline-width-computed-expected.txt
          • A third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/external/wpt/css/cssom/cssom-getPropertyValue-common-checks-expected.txt
          • A third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/fast/css/getComputedStyle/getComputedStyle-column-rule-expected.txt
          • A third_party/blink/web_tests/virtual/computed-width-values-depend-on-style-values/fast/css/getComputedStyle/getComputedStyle-outline-shorthand-expected.txt
          Change size: L
          Delta: 29 files changed, 215 insertions(+), 59 deletions(-)
          Branch: refs/heads/main
          Submit Requirements:
          • requirement satisfiedCode-Review: +1 by Kevin Babbitt, +1 by Philip Rogers, +1 by Alison Maher
          Open in Gerrit
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: merged
          Gerrit-Project: chromium/src
          Gerrit-Branch: main
          Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
          Gerrit-Change-Number: 6909751
          Gerrit-PatchSet: 15
          Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
          Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
          Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
          Gerrit-Reviewer: Philip Rogers <p...@chromium.org>
          Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-CC: Alexis Menard <alexis...@intel.com>
          Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
          open
          diffy
          satisfied_requirement

          Blink W3C Test Autoroller (Gerrit)

          unread,
          Sep 16, 2025, 6:13:17 PMSep 16
          to Sam Davis Omekara, Chromium LUCI CQ, Kevin Babbitt, Philip Rogers, Alison Maher, Olga Gerchikov, Alexis Menard, AyeAye, chromium...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org

          Message from Blink W3C Test Autoroller

          The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/54881

          Open in Gerrit

          Related details

          Attention set is empty
          Submit Requirements:
          • requirement satisfiedCode-Coverage
          • requirement satisfiedCode-Owners
          • requirement satisfiedCode-Review
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: comment
          Gerrit-Project: chromium/src
          Gerrit-Branch: main
          Gerrit-Change-Id: I241d253b14493f45dc6b143286bfa031261fac27
          Gerrit-Change-Number: 6909751
          Gerrit-PatchSet: 15
          Gerrit-Owner: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-Reviewer: Alison Maher <alm...@microsoft.com>
          Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
          Gerrit-Reviewer: Kevin Babbitt <kbab...@microsoft.com>
          Gerrit-Reviewer: Philip Rogers <p...@chromium.org>
          Gerrit-Reviewer: Sam Davis Omekara <samome...@microsoft.com>
          Gerrit-CC: Alexis Menard <alexis...@intel.com>
          Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
          Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
          Gerrit-Comment-Date: Tue, 16 Sep 2025 22:13:13 +0000
          Gerrit-HasComments: No
          Gerrit-Has-Labels: No
          satisfied_requirement
          open
          diffy
          Reply all
          Reply to author
          Forward
          0 new messages