mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Update web-platform-tests to revision b89d7ff93b5076d389404f2a062b83e73754307f
This commit is contained in:
parent
19b36bd795
commit
b435224233
107 changed files with 948 additions and 432 deletions
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#clipping-paths">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-contain-1/#containment-paint">
|
||||
<link rel="match" href="reference/clip-path-filter-radius-clips-ref.html">
|
||||
<meta name="assert" content="For crbug.com/1099234, ensure correct clip hierarchy with clip-path, filter and border radius clips">
|
||||
<div style="width: 400px; height: 400px; border-radius: 10px; contain: paint">
|
||||
<div style="width: 400px; height: 400px; border-radius: 10px; contain: paint">
|
||||
<div style="width: 100px; height: 10px; will-change: transform; clip-path: circle(50%)"></div>
|
||||
<div style="margin-left: 10px; filter: invert(100%); will-change: filter;
|
||||
width: 100px; height: 100px; background: magenta"></div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<div style="padding: 10px">
|
||||
<div id="blur" style="will-change: filter; width: 100px; height: 100px; background: lime"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue