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

Unified Diff: LayoutTests/paint/invalidation/spv2/overflow-into-content-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/overflow-into-content-expected.html
diff --git a/LayoutTests/fast/repaint/content-into-overflow.html b/LayoutTests/paint/invalidation/spv2/overflow-into-content-expected.html
similarity index 76%
copy from LayoutTests/fast/repaint/content-into-overflow.html
copy to LayoutTests/paint/invalidation/spv2/overflow-into-content-expected.html
index 8f605a7a41a2ff3345b91c2507cf15249e42f931..5260fd44850fef7249ad791b63a511f104ad4b1a 100644
--- a/LayoutTests/fast/repaint/content-into-overflow.html
+++ b/LayoutTests/paint/invalidation/spv2/overflow-into-content-expected.html
@@ -10,17 +10,8 @@
#main-content { float: left; width: 100px; height: 80px; }
#target3 { display: none; clear: both; height: 20px; background: green; }
</style>
- <script src="resources/text-based-repaint.js" type="text/javascript"></script>
- <script>
- function repaintTest()
- {
- document.getElementById('target1').style.width = 'auto';
- document.getElementById('target2').style.height = 'auto';
- document.getElementById('target3').style.display = 'block';
- }
- </script>
</head>
-<body onload="runRepaintTest();">
+<body">
<div style="position: absolute; border: medium solid green; top: 8px; height: 100px;">
<div class="narrow" id="target1">
<div class="wide"></div>
« no previous file with comments | « LayoutTests/paint/invalidation/spv2/overflow-into-content.html ('k') | LayoutTests/paint/invalidation/spv2/overflow-show.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698