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

Unified Diff: LayoutTests/fast/repaint/border-image-outset-change-repaint.html

Issue 747493002: Revert "Adding or changing any of box-shadow, outline, or border-image-outset does not need a layou… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 1 month 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/fast/repaint/border-image-outset-change-repaint.html
diff --git a/LayoutTests/fast/repaint/border-image-outset-change-repaint.html b/LayoutTests/fast/repaint/border-image-outset-change-repaint.html
deleted file mode 100644
index 219612c192fbdadb94ff02b7da066a5d9addc374..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/repaint/border-image-outset-change-repaint.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML>
-<style>
- div {
- border-width: 21px 30px 30px 21px;
- width: 75px;
- height: 75px;
- display: inline-block;
- border-image-source: url("../borders/resources/border-image.png");
- border-image-slice: 21 30 30 21 fill;
- border-image-width: 1;
- border-image-outset: 1;
- }
-</style>
-<script src="resources/text-based-repaint.js"></script>
-<script>
- function repaintTest()
- {
- // Changing border-image-outset will cause a repaint but no layout.
- document.getElementById("test").style['border-image-outset'] = '5';
- }
- window.onload = runRepaintTest;
-</script>
-<div id="test"></div>
-<p>
-Tests the repainting of border-image-outset when changed.
-</p>

Powered by Google App Engine
This is Rietveld 408576698