2 <div style=
"will-change: transform; position: fixed"></div>
3 <div style=
"position: relative; border: 1px solid black;">
4 <div id=
"target" style=
"opacity: 1; height: 100px; width: 200px;">
5 This text should be very light
8 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
10 if (window
.testRunner
)
11 window
.testRunner
.waitUntilDone();
13 runAfterLayoutAndPaint(function() {
14 target
.style
.opacity
= 0.2;
15 testRunner
.notifyDone();