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

Unified Diff: LayoutTests/paint/invalidation/spv2/fixed-table-overflow-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/fixed-table-overflow-expected.html
diff --git a/LayoutTests/fast/repaint/fixed-table-overflow.html b/LayoutTests/paint/invalidation/spv2/fixed-table-overflow-expected.html
similarity index 89%
copy from LayoutTests/fast/repaint/fixed-table-overflow.html
copy to LayoutTests/paint/invalidation/spv2/fixed-table-overflow-expected.html
index cd300210646a2b5eccf40a2d6aabb0cbb072142d..12140538c1cf83da18fcf5ae45b8cb7bb86d1c39 100644
--- a/LayoutTests/fast/repaint/fixed-table-overflow.html
+++ b/LayoutTests/paint/invalidation/spv2/fixed-table-overflow-expected.html
@@ -1,12 +1,11 @@
<html>
<head>
- <link rel="stylesheet" href="resources/default.css">
+ <link rel="stylesheet" href="../../../fast/repaint/resources/default.css">
<style>
table { top: 0px; left: 0px; border-spacing: 0px; position: absolute; }
td { background: green; padding: 0px; border-style: none; border: 0px; }
td.fixed { position: fixed; left: 100px; top: 0px; }
</style>
- <script src="resources/text-based-repaint.js"></script>
<script>
if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();

Powered by Google App Engine
This is Rietveld 408576698