5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
6 <title>Opacity on inline
</title>
7 <style type=
"text/css" media=
"screen">
9 -webkit-transition: opacity
1s;
10 border:
1px solid black;
17 <script type=
"text/javascript" charset=
"utf-8">
18 if (window.testRunner)
19 testRunner.dumpAsText();
21 window.addEventListener('load', function() {
22 var testSpan = document.getElementById('fader');
23 testSpan.className = 'faded';
29 <p>This should not assert in debug builds
</p>
30 <span id=
"fader">Opacity fade on inline
</span>
32 <div style=
"transform: translateZ(0)"> <!-- throw the page into compositing mode -->