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

Unified Diff: LayoutTests/svg/repaint/buffered-rendering-dynamic-image-expected.html

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/repaint/buffered-rendering-dynamic-image-expected.html
diff --git a/LayoutTests/svg/repaint/buffered-rendering-dynamic-image-expected.html b/LayoutTests/svg/repaint/buffered-rendering-dynamic-image-expected.html
index cd10fd8be2b404feb98134541df0eb544f72654b..3a71487c7a8bf215aa9512e23cc74d52a511122e 100644
--- a/LayoutTests/svg/repaint/buffered-rendering-dynamic-image-expected.html
+++ b/LayoutTests/svg/repaint/buffered-rendering-dynamic-image-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() {
document.getElementById('behind').setAttribute('fill', 'green');
@@ -11,7 +11,7 @@
}
</script>
</head>
-<body onload="runRepaintTest()">
+<body onload="forceStyleRecalc();repaintTest();">
Test for WK104207: This test passes if there are 4 green squares each with a smooth black circle in the top-left corner.<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="450">
<!-- Test invalidating content behind the dynamic content. -->

Powered by Google App Engine
This is Rietveld 408576698