Commit a55f9d74 authored by Morten Stenshorne's avatar Morten Stenshorne Committed by Chromium LUCI CQ

Rebaseline devtools/[...]/highlight-display-locked.js for disable-layout-ng.

See https://chromium-review.googlesource.com/c/chromium/src/+/2585144

TBR=vmpstr@chromium.org

Bug: 1147510
Change-Id: I75056b02fceb810139665ba791f4ab8580eaa05e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595305Reviewed-by: default avatarMorten Stenshorne <mstensho@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#838024}
parent 76835050
...@@ -93,6 +93,7 @@ container{ ...@@ -93,6 +93,7 @@ container{
"accessibleName": "", "accessibleName": "",
"accessibleRole": "generic", "accessibleRole": "generic",
"layoutObjectName": "LayoutBlockFlow", "layoutObjectName": "LayoutBlockFlow",
"isLocked": true,
"showAccessibilityInfo": true "showAccessibilityInfo": true
} }
} }
...@@ -189,7 +190,7 @@ child{ ...@@ -189,7 +190,7 @@ child{
"accessibleName": "", "accessibleName": "",
"accessibleRole": "generic", "accessibleRole": "generic",
"layoutObjectName": "LayoutBlockFlow", "layoutObjectName": "LayoutBlockFlow",
"isLockedAncestor": "true", "isLockedAncestor": true,
"showAccessibilityInfo": true "showAccessibilityInfo": true
} }
} }
......
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