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

Unified Diff: LayoutTests/svg/repaint/buffered-rendering-static-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-static-image-expected.html
diff --git a/LayoutTests/svg/repaint/buffered-rendering-static-image-expected.html b/LayoutTests/svg/repaint/buffered-rendering-static-image-expected.html
index 5abe7577a9c7bd9aaf3c8d46b84be7af16012d98..33e0a35d0bd01b108d6170e6bd3380c5a42628d9 100644
--- a/LayoutTests/svg/repaint/buffered-rendering-static-image-expected.html
+++ b/LayoutTests/svg/repaint/buffered-rendering-static-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 static content. -->
« no previous file with comments | « LayoutTests/svg/repaint/buffered-rendering-static-image.html ('k') | LayoutTests/svg/repaint/viewport-mask-update.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698