Skip to content

Commit

Permalink
Merge pull request cure53#32 from masatokinugawa/patch-5
Browse files Browse the repository at this point in the history
Added Chrome's CSS properties again
  • Loading branch information
cure53 committed Jul 9, 2020
2 parents fbb5da8 + 660aaec commit 3ead0f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions leak.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@
-webkit-border-image: url(https://leaking.via/css--webkit-border-image-alias);
border-image-source: url(https://leaking.via/css-border-image-source);
shape-outside: url(https://leaking.via/css-shape-outside);
-webkit-shape-outside: url(https://leaking.via/css--webkit-shape-outside-alias);
-webkit-mask-image: url(https://leaking.via/css--webkit-mask-image);
-webkit-mask-box-image: url(https://leaking.via/css--webkit-mask-box-image);
-webkit-mask-box-image-source: url(https://leaking.via/css--webkit-mask-box-image-source);
cursor: url(https://leaking.via/css-cursor), auto;
}
</style>
Expand Down Expand Up @@ -372,6 +376,10 @@
-webkit-border-image: url(https://leaking.via/inline-css--webkit-background-image-alias);
border-image-source: url(https://leaking.via/inline-css-border-image-source);
shape-outside: url(https://leaking.via/inline-css-shape-outside);
-webkit-shape-outside: url(https://leaking.via/inline-css--webkit-shape-outside-alias);
-webkit-mask-image: url(https://leaking.via/inline-css--webkit-mask-image);
-webkit-mask-box-image: url(https://leaking.via/inline-css--webkit-mask-box-image);
-webkit-mask-box-image-source: url(https://leaking.via/inline-css--webkit-mask-box-image-source);
cursor: url(https://leaking.via/inline-css-cursor), auto;
">MNO</b>

Expand Down

0 comments on commit 3ead0f6

Please sign in to comment.