summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/inline/continuation-with-focus-rects-assert.html
blob: dde27c7f69af42f8834a223b118cc02017fb6c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<style>
* {
    outline-style: auto;   
    opacity: 0.9;
    backface-visibility: hidden;
}
</style>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<span>Test passes if there's no assert.
<div></div>
</span>