Skip to content

Commit

Permalink
WebKit export: [css-masonry] Update masonry-intrinsic-sizing-cols-005…
Browse files Browse the repository at this point in the history
…-ref/expected to align with base test case (web-platform-tests#47694)

https://bugs.webkit.org/show_bug.cgi?id=278382
  • Loading branch information
stwrt authored Aug 28, 2024
1 parent 689ee5d commit 6e7abe8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
<item>9 9</item>
</grid>

<grid style="grid-template-columns: 3ch repeat(3,3ch)">
<grid style="grid-template-columns: 3ch 15px 15px 15px">
<item style="grid-column:1; grid-row: span 3;">5 5</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item style="width:3ch; grid-column:1; grid-row: span 2">5 5</item>
<item>6</item>
<item>7</item>
<item>8</item>
Expand Down

0 comments on commit 6e7abe8

Please sign in to comment.