reuse-sc-style-change-nested-1-ref.html (297B)
1 <!DOCTYPE html> 2 <html> 3 4 <head> 5 <meta charset="UTF-8"> 6 </head> 7 8 <body> 9 <div style="will-change: transform;"> 10 Foo 11 12 <div style="will-change: transform;"> 13 Baz 14 </div> 15 <div style="color: green;"> 16 </div> 17 <div style="color: green;"> 18 Bar 19 </div> 20 </body> 21 22 </html>