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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/border-box-sizing-invalidation-expected.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/fast/repaint/border-box-sizing-invalidation-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/border-box-sizing-invalidation-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/border-box-sizing-invalidation-expected.html
deleted file mode 100644
index 8c8635f1925ae2227e8c7fc8f416ef01b56d221c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/border-box-sizing-invalidation-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<style>
-img {
- box-sizing: border-box;
- width: 100px;
- height: 100px;
-}
-</style>
-<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 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>'>
-

Powered by Google App Engine
This is Rietveld 408576698