| Index: LayoutTests/paint/invalidation/spv2/remove-inline-block-descendant-of-flex-expected.html
|
| diff --git a/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex.html b/LayoutTests/paint/invalidation/spv2/remove-inline-block-descendant-of-flex-expected.html
|
| similarity index 65%
|
| copy from LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex.html
|
| copy to LayoutTests/paint/invalidation/spv2/remove-inline-block-descendant-of-flex-expected.html
|
| index 15a65a9f8c9787eaf793981d666358a3c1459b56..ca907ccb3a1bf91c933bba4c05df17f74f93aa60 100644
|
| --- a/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/remove-inline-block-descendant-of-flex-expected.html
|
| @@ -1,11 +1,4 @@
|
| <!DOCTYPE html>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| -<script>
|
| -function repaintTest() {
|
| - document.getElementById('inline-block-1').style.display = 'none';
|
| -}
|
| -onload = runRepaintTest;
|
| -</script>
|
| <style>
|
| body {
|
| margin : 0;
|
| @@ -21,7 +14,6 @@ Passes if there is only one green square at the top-left corner of the window.
|
| <div style="display: flex; height: 300px; position: absolute; top: 100px">
|
| <div style="display: flex">
|
| <div style="width: 100px">
|
| - <div id="inline-block-1" class="item" style="background-color: red"><br></div>
|
| <div id="inline-block-2" class="item" style="background-color: green"><br></div>
|
| </div>
|
| </div>
|
|
|