diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001-ref.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001-ref.html new file mode 100644 index 0000000000..7e64fa9f63 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001-ref.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> +<style> + .piece { + position: absolute; + left: 5px; + top: 5px; + width: 95px; + height: 95px; + border: solid; + } +</style> +<div style="position:relative; margin:50px;"> + <div class="piece" style="border-width:0 5px 0 0;"></div> + <div class="piece" style="margin-left:120px; border-width:0 5px 0 0;"></div> + <div class="piece" style="margin-left:240px; border-width:0 5px 5px 0;"></div> +</div> |