summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/images/image-hover-display-alt-expected.html
blob: a441d2d43cfed7ceeb287a11494e4d539a51be5d (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
#star {
    cursor: pointer;
    font-size: 100px;
    color:red;
    margin : 40px;
}
</style>
<img id='star' src='' alt='&#9733;'/>