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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html b/third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html
index 4d844520d4c8c7fac5b61e773fb101abbaed94bc..27d49cf95aeeb008e242b9978ba0dea1c1e1e5ce 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html
@@ -15,5 +15,5 @@ function repaintTest() {
var imgElement = document.querySelector("#imgElement");
imgElement.style.backgroundImage = "url('data:image/gif;base64,R0lGODdhAgACAIABAAAAAP///ywAAAAAAgACAAACA0QCBQA7')";
}
-runRepaintTest();
+runRepaintAndPixelTest();
</script>

Powered by Google App Engine
This is Rietveld 408576698