1735265-1-ref.html (499B)
1 <html> 2 3 <head> 4 <meta charset="utf-8"> 5 <title>Test for bug 1735265</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> 27 <th style="filter: hue-rotate(0);">foo</th> 28 </tr> 29 <tr> 30 <th style="will-change: transform;">bar</th> 31 </tr> 32 </table> 33 </div> 34 </body> 35 36 </html>