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

Unified Diff: LayoutTests/svg/repaint/viewport-mask-update.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/viewport-mask-update.html
diff --git a/LayoutTests/svg/repaint/viewport-mask-update.html b/LayoutTests/svg/repaint/viewport-mask-update.html
index 434701c76f0655829f665b223cf1207c91fcb7fb..6de9d6db6284e9d024a3065b52525c3a63a2684d 100644
--- a/LayoutTests/svg/repaint/viewport-mask-update.html
+++ b/LayoutTests/svg/repaint/viewport-mask-update.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html>
<head>
- <script src="../../fast/repaint/resources/repaint.js" type="text/javascript"></script>
+ <script src="../../fast/repaint/resources/text-based-repaint.js" type="text/javascript"></script>
<script>
function repaintTest() {
window.resizeTo(400, 300);
}
</script>
</head>
- <body onload="runRepaintTest();">
+ <body onload="forceStyleRecalc();repaintTest();;">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- http://crbug.com/307161
The mask should get resized on window resize.

Powered by Google App Engine
This is Rietveld 408576698