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

Unified Diff: LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-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/scrollbar-invalidation-on-resize-expected.html
diff --git a/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize.html b/LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-expected.html
similarity index 54%
copy from LayoutTests/fast/repaint/scrollbar-invalidation-on-resize.html
copy to LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-expected.html
index b78a559bbf3a1552b17e164e7c6284b901ccddb8..bf9b50d67f8e1a91a3a9891d55c25382170d07b4 100644
--- a/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize.html
+++ b/LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-expected.html
@@ -1,17 +1,10 @@
<!DOCTYPE html>
-<script src="resources/text-based-repaint.js"></script>
-<script>
-function repaintTest() {
- document.getElementById('scrollable').style.width = '300px';
-}
-onload = runRepaintTest;
-</script>
<style>
#scrollable {
overflow: scroll;
position: absolute;
top: 50px;
- width: 100px;
+ width: 300px;
height: 100px;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698