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

Unified Diff: LayoutTests/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml

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/object-sizing-no-width-height-change-content-box-size.xhtml
diff --git a/LayoutTests/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml b/LayoutTests/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml
index 40b6cd74b3e30538c7a3c698f11adcdfa180a50f..65465372b5e54c1efbdd79e7ce7acfd2faa6c609 100644
--- a/LayoutTests/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml
+++ b/LayoutTests/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml
@@ -2,14 +2,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<script src="../../fast/repaint/resources/repaint.js"></script>
+<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<style>
object {
background: red;
}
</style>
</head>
-<body onload="runRepaintTest()">
+<body onload="runRepaintAndPixelTest()">
<!-- No red should be visible after the resizing -->
<div id="contentBox" style="width: 200px; height: 400px; border: 1px solid red;">
<object data="resources/embedded.svg" width="100%" height="100%" type="image/svg+xml"/>
« no previous file with comments | « LayoutTests/svg/custom/mask-invalidation.svg ('k') | LayoutTests/svg/custom/pending-resource-after-removal.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698