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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/content-into-overflow-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.html
similarity index 87%
copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/content-into-overflow-expected.html
copy to third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.html
index 9d2ebcddf1530c3667b114dd733ffb47c36009d7..2fe3cdb7303d8b8e22bc7095de0f03cb1d27398e 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/content-into-overflow-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.html
@@ -4,21 +4,22 @@
<title>Test for http://bugs.webkit.org/show_bug.cgi?id=12885</title>
<style type="text/css">
div.wide { width: 100px; height: 50px; }
+ div.narrow { width: 50px; }
div.tall { width: 50px; height: 100px; }
div.short { height: 50px; width: 50px; }
#main-content { float: left; width: 100px; height: 80px; }
#target3 { clear: both; height: 20px; background: green; }
</style>
</head>
-<body">
+<body>
<div style="position: absolute; border: medium solid green; top: 8px; height: 100px;">
- <div id="target1">
+ <div class="narrow" id="target1" style="width: auto">
<div class="wide"></div>
</div>
</div>
<div style="position: absolute; border: medium solid green; top: 158px; width: 100px;">
- <div style="width: 50px" id="target2">
+ <div class="short" id="target2" style="height: auto">
<div class="tall"></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698