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

Unified Diff: LayoutTests/svg/foreignObject/fO-parent-display-changes.svg

Issue 208583004: Remove repaint.js from svg tests that pass without it (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove use-instanceRoot-event-bubbling.xhtml 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/foreignObject/fO-parent-display-changes.svg
diff --git a/LayoutTests/svg/foreignObject/fO-parent-display-changes.svg b/LayoutTests/svg/foreignObject/fO-parent-display-changes.svg
index 7444c9c140a3d3bdd0ee08b97ac3f1696fb0a6ac..3cc541b2c2e870e1abbb6fb272621c5608099f23 100644
--- a/LayoutTests/svg/foreignObject/fO-parent-display-changes.svg
+++ b/LayoutTests/svg/foreignObject/fO-parent-display-changes.svg
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintTest()">
- <script xlink:href="../../fast/repaint/resources/repaint.js"/>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="forceStyleRecalc();repaintTest();">
+ <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
<script>
function repaintTest() {
document.getElementsByTagName("g")[0].setAttribute("style", "display: block");

Powered by Google App Engine
This is Rietveld 408576698