worklet-animation-with-non-ascii-name-ref.html (312B)
1 <!DOCTYPE html> 2 <title>Reference for WorkletAnimation name should accept non-ASCII characters</title> 3 <style> 4 .box { 5 width: 100px; 6 height: 100px; 7 background-color: green; 8 } 9 </style> 10 11 <div style="transform: translateX(50px);" class="box"></div> 12 <div style="transform: translateX(150px);" class="box"></div>