gecko-dev/layout/reftests/transform/table-overflowed-by-animation-ref.html
Hiroyuki Ikezoe f94cef05e4 Bug 1319378 - Don't set NS_FRAME_MAY_BE_TRANSFORMED against nsIFrame that does not support transforms. r=dbaron
MozReview-Commit-ID: CuDA14ktcDL

--HG--
extra : rebase_source : 56ae5f6299391db62148ee562bc85f40b66c1d1f
2016-11-28 14:19:40 +09:00

8 lines
172 B
HTML

<!DOCTYPE html>
<html>
<table style="width: 100px; height: 100px;">
<td style="transform: rotateZ(45deg); background-color: rgb(212, 61, 188);">
</td>
</table>
</html>