[Webkit-unassigned] [Bug 274744] New: transform matrix3d has a disco nightclub behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 27 00:42:23 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=274744

            Bug ID: 274744
           Summary: transform matrix3d has a disco nightclub behavior
           Product: WebKit
           Version: Other
          Hardware: Unspecified
               URL: https://codepen.io/webcompat/pen/Povbwwa
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karlcow at apple.com
                CC: koivisto at iki.fi

<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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240527/751c0a81/attachment.htm>


More information about the webkit-unassigned mailing list