haikuwebkit/LayoutTests/fast/repaint/background-generated-expect...

9 lines
269 B
HTML
Raw Permalink Normal View History

Repaint cleanup: background-generated.html -> reftest background-misaligned.html -> reftest backgroundSizeRepaint.html -> reftest block-no-inflow-children.html -> reftest Unreviewed. * fast/repaint/background-generated-expected.html: Added. * fast/repaint/background-generated-expected.txt: Removed. * fast/repaint/background-generated.html: * fast/repaint/background-misaligned-expected.html: Added. * fast/repaint/background-misaligned-expected.txt: Removed. * fast/repaint/background-misaligned.html: * fast/repaint/backgroundSizeRepaint-expected.html: Copied from LayoutTests/fast/repaint/backgroundSizeRepaint.html. * fast/repaint/backgroundSizeRepaint.html: * fast/repaint/block-no-inflow-children-expected.html: Added. * fast/repaint/block-no-inflow-children.html: * platform/efl/fast/repaint/background-misaligned-expected.png: Removed. * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png: Removed. * platform/efl/fast/repaint/backgroundSizeRepaint-expected.txt: Removed. * platform/efl/fast/repaint/block-no-inflow-children-expected.png: Removed. * platform/efl/fast/repaint/block-no-inflow-children-expected.txt: Removed. * platform/gtk/fast/repaint/background-misaligned-expected.png: Removed. * platform/gtk/fast/repaint/backgroundSizeRepaint-expected.png: Removed. * platform/gtk/fast/repaint/backgroundSizeRepaint-expected.txt: Removed. * platform/gtk/fast/repaint/block-no-inflow-children-expected.png: Removed. * platform/gtk/fast/repaint/block-no-inflow-children-expected.txt: Removed. * platform/mac/fast/repaint/background-generated-expected.png: Removed. * platform/mac/fast/repaint/background-misaligned-expected.png: Removed. * platform/mac/fast/repaint/backgroundSizeRepaint-expected.png: Removed. * platform/mac/fast/repaint/backgroundSizeRepaint-expected.txt: Removed. * platform/mac/fast/repaint/block-no-inflow-children-expected.png: Removed. * platform/mac/fast/repaint/block-no-inflow-children-expected.txt: Removed. * platform/win/fast/repaint/backgroundSizeRepaint-expected.txt: Removed. * platform/win/fast/repaint/block-no-inflow-children-expected.txt: Removed. Canonical link: https://commits.webkit.org/166789@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@189211 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2015-09-01 16:43:37 +00:00
<!DOCTYPE HTML>
<body>
<div style="width: 100px;
padding-top: 100px;
background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));">
<div id="target" style="height: 200px;"></div>
</div>
</body>