Bug 274744 - transform matrix3d has a disco nightclub behavior
Summary: transform matrix3d has a disco nightclub behavior
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://codepen.io/webcompat/pen/Povbwwa
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-27 00:42 PDT by Karl Dubost
Modified: 2024-05-27 10:11 PDT (History)
4 users (show)

See Also:


Attachments
recording of the effect (3.92 MB, video/quicktime)
2024-05-27 00:42 PDT, Karl Dubost
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Dubost 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.
Comment 1 Karl Dubost 2024-05-27 00:42:59 PDT
Created attachment 471519 [details]
recording of the effect

The disco part
Comment 2 Radar WebKit Bug Importer 2024-05-27 00:45:16 PDT
<rdar://problem/128783333>
Comment 3 Karl Dubost 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.