NEW 274744
transform matrix3d has a disco nightclub behavior
https://bugs.webkit.org/show_bug.cgi?id=274744
Summary transform matrix3d has a disco nightclub behavior
Karl Dubost
Reported 2024-05-27 00:42:23 PDT
<div class="container"> <div id="test">200x200</div></div> with body { margin:0; padding:0; } .container { margin: 10px; outline: 4px solid pink; width: 200px; height: 200px;} #test { width: 200px; background-color: gold; height: 200px;} /*transforms*/ #test { transform: matrix3d(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1); } 1. Go to https://codepen.io/webcompat/pen/Povbwwa 2. Resize the viewport of the test, and it flashes gold in all directions.
Attachments
recording of the effect (3.92 MB, video/quicktime)
2024-05-27 00:42 PDT, Karl Dubost
no flags
Karl Dubost
Comment 1 2024-05-27 00:42:59 PDT
Created attachment 471519 [details] recording of the effect The disco part
Radar WebKit Bug Importer
Comment 2 2024-05-27 00:45:16 PDT
Karl Dubost
Comment 3 2024-05-27 00:46:04 PDT
This was tested with STP Release 191 (Safari 17.4, WebKit 619.1.6.3) on Firefox and Chrome, nothing appears at all.
Note You need to log in before you can comment on or make changes to this bug.