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

Unified Diff: LayoutTests/svg/custom/svg-percent-scale-block.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.html
diff --git a/LayoutTests/svg/custom/svg-percent-scale-block.html b/LayoutTests/svg/custom/svg-percent-scale-block.html
index d0e2207ca48912b5e034fc049471ad5bded1c18e..1280d6b49e9bdf70e205f9096ec0953a92572bd8 100644
--- a/LayoutTests/svg/custom/svg-percent-scale-block.html
+++ b/LayoutTests/svg/custom/svg-percent-scale-block.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Test for https://bugs.webkit.org/show_bug.cgi?id=79490</title>
- <script src="../../fast/repaint/resources/repaint.js"></script>
+ <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<script>
function repaintTest()
{
@@ -11,7 +11,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;">
<!-- After vertical window resizing, this SVG element should not be visible -->
<svg width="25%" height="50%" xmlns="http://www.w3.org/2000/svg" style="display: block;">
« no previous file with comments | « LayoutTests/svg/custom/svg-percent-scale.html ('k') | LayoutTests/svg/custom/svg-percent-scale-block-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698