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

Unified Diff: LayoutTests/svg/custom/svg-percent-scale-vonly.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-vonly.html
diff --git a/LayoutTests/svg/custom/svg-percent-scale-vonly.html b/LayoutTests/svg/custom/svg-percent-scale-vonly.html
index baa55fdf0e3e6586fa546e4a1ddfd0c3cb55f95a..c1744d51fc6f649323a780d8a3a6896ef27421b5 100644
--- a/LayoutTests/svg/custom/svg-percent-scale-vonly.html
+++ b/LayoutTests/svg/custom/svg-percent-scale-vonly.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">
« no previous file with comments | « LayoutTests/svg/custom/svg-percent-scale-expected.html ('k') | LayoutTests/svg/custom/svg-percent-scale-vonly-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698