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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squashing-inside-preserve-3d-element.html

Issue 1972273002: Let repaint tests test pixels by default (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/squashing-inside-preserve-3d-element.html
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squashing-inside-preserve-3d-element.html b/third_party/WebKit/LayoutTests/compositing/squashing/squashing-inside-preserve-3d-element.html
index 5a1f56b70bc89f5683362b4e4d8d78b136648f07..8f6fc86b3b0d8f726086889485a8181f362a4053 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squashing-inside-preserve-3d-element.html
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squashing-inside-preserve-3d-element.html
@@ -3,7 +3,7 @@
<div style="width: 100px; height: 100px; background:lightgray; transform:translateZ(0)"></div>
<div id="target" style="position: absolute; top: 20px; left: 20px; height: 100px; width: 100px; background:lightblue"></div>
</div>
-<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
+<script src="../../fast/repaint/resources/repaint.js"></script>
<script>
// Test that squashing works properly when inside of a transform-style: preserve-3d element. In the bug that this layout test
// was added to fix, the coordinates of the squashing layer paint invalidation rects were not recorded correctly, because some of

Powered by Google App Engine
This is Rietveld 408576698