Sign in
chromium
/
chromium
/
src
/
105.0.5195.125
/
.
/
chrome
/
test
/
data
/
tooltip_two_buttons.html
blob: f4c0975caf62044df09b2b6ef123331a8e0920d8 [
file
] [
log
] [
blame
]
<html>
<body>
<button
id
=
"b1"
title
=
"my tooltip 1"
>
Button 1
</button>
<button
id
=
"b2"
title
=
"my tooltip 2"
>
Button 2
</button>
</body>
</html>