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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/border-box-sizing-invalidation.html

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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/paint/invalidation/border-box-sizing-invalidation.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/border-box-sizing-invalidation.html b/third_party/WebKit/LayoutTests/paint/invalidation/border-box-sizing-invalidation.html
similarity index 88%
rename from third_party/WebKit/LayoutTests/fast/repaint/border-box-sizing-invalidation.html
rename to third_party/WebKit/LayoutTests/paint/invalidation/border-box-sizing-invalidation.html
index c0e8c8ff67b1a2fa0afd1639059d84b78e3a1a25..5fe4b3be97dfa7ce2f9c98f681729913dd5e977b 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/border-box-sizing-invalidation.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/border-box-sizing-invalidation.html
@@ -11,7 +11,7 @@ img {
<p>crbug.com/597194: There should be two blue boxes of equal size below.</p>
<img id="tst" src='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"><rect width="1" height="1" fill="blue"/></svg>'>
<img src='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"><rect width="1" height="1" fill="blue"/></svg>'>
-<script src="../../resources/run-after-layout-and-paint.js"></script>
+<script src="../../fast/../resources/run-after-layout-and-paint.js"></script>
<script>
runAfterLayoutAndPaint(function() {
document.getElementById('tst').style.padding = "0";

Powered by Google App Engine
This is Rietveld 408576698