Commit 5a2c1fdc authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

[breadcrumb] Add correct closing </cr-action-menu> tag

Testing noted the bug was already fixed.  Changed tack here therefore,
to use the correct closing </cr-action-menu> tag.  No need for a role=
menu on this <cr-action-menu> element: WAI in M88 testing.

Bug: 1134438
Change-Id: I78ea53e34324bfdcffa53927d6a72136f4edb7e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2534423Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827185}
parent a9966491
......@@ -174,7 +174,7 @@ const breadCrumbTemplate = `
<button id='third'></button>
<span caret hidden></span>
<button id='fourth'></button>
<cr-action-menu id='elider-menu'></cr-menu-item>
<cr-action-menu id='elider-menu'></cr-action-menu>
`;
/**
......
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