1792643-1-ref.html (499B)
1 <html> 2 3 <head> 4 <meta charset="utf-8"> 5 <title>Test for bug 1792643</title> 6 <style> 7 table { 8 width: 500px; 9 } 10 11 th { 12 background-color: green; 13 } 14 15 div { 16 width: 300px; 17 overflow: hidden; 18 } 19 </style> 20 </head> 21 22 <body> 23 <div> 24 <table> 25 <colgroup></colgroup> 26 <tr style="filter: hue-rotate(0);"> 27 <th>foo</th> 28 </tr> 29 <tr style="will-change: transform;"> 30 <th>bar</th> 31 </tr> 32 </table> 33 </div> 34 </body> 35 36 </html>