Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: LayoutTests/paint/invalidation/spv2/remove-inline-block-descendant-of-flex-expected.html

Issue 1302183007: Convert some text-based-repaint tests for spv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698