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

Unified Diff: LayoutTests/svg/custom/svg-percent-scale-block-expected.html

Issue 205263004: Convert svg repaint tests to pixel test only repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove fixedpos Created 6 years, 9 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/svg/custom/svg-percent-scale-block-expected.html
diff --git a/LayoutTests/svg/custom/svg-percent-scale-block-expected.html b/LayoutTests/svg/custom/svg-percent-scale-block-expected.html
index b9b5b6e74c29e4191880acac1c2398ddb3517a52..f749c3b8b26267952d379ddef1c84623e9d49f74 100644
--- a/LayoutTests/svg/custom/svg-percent-scale-block-expected.html
+++ b/LayoutTests/svg/custom/svg-percent-scale-block-expected.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <script src="../../fast/repaint/resources/repaint.js"></script>
+ <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<script>
function repaintTest()
{
@@ -10,7 +10,7 @@
</script>
</head>
-<body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintTest()">
+<body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintAndPixelTest()">
<div id="resize-target" style="width: 400px; height: 400px; position: absolute;"></div>
<div style="width: 100px; height: 100px; position: absolute; background-color: green;"></div>
</body>
« no previous file with comments | « LayoutTests/svg/custom/svg-percent-scale-block.html ('k') | LayoutTests/svg/custom/svg-percent-scale-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698