Bug 1527276 [wpt PR 15307] - [PE] Avoid crash about unaliased status when skipping fragment clips, a=testonly

Automatic update from web-platform-tests
[PE] Avoid crash about unaliased status when skipping fragment clips

Bug: 929979
Change-Id: I2bd0c2c8088fc1af328db5f7162c5c1c7092c23e
Reviewed-on: https://chromium-review.googlesource.com/c/1461098
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: vmpstr <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#630980}

--

wpt-commits: bed00940cea6d0db670dd185c397812345c320e0
wpt-pr: 15307
This commit is contained in:
Xianzhu Wang 2019-02-19 14:39:22 +00:00 коммит произвёл James Graham
Родитель a8ccd4ad42
Коммит 298f3302f8
1 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -1,11 +0,0 @@
<!DOCTYPE html>
<title>Should not crash on composited column-span:all under a clip-path</title>
<link rel="help" href="https://drafts.csswg.org/css-multicol">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>test(()=>{})</script>
<div style="columns: 2; width: 200px">
<div style="clip-path: circle(70%); background: blue">
<div style="column-span: all; will-change: transform">column-span: all</div>
</div>
</div>