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

Unified Diff: third_party/WebKit/LayoutTests/fast/hidpi/image-set-border-image-comparison.html

Issue 1457323004: Don't render border images when border-style is none (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, removed unnecessary border colors, etc. Created 5 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: third_party/WebKit/LayoutTests/fast/hidpi/image-set-border-image-comparison.html
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-border-image-comparison.html b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-border-image-comparison.html
index 40a8688bbd79a28594ab7d934815087f941ea657..741318db7661e8a1179b8c59797ca4be10943562 100644
--- a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-border-image-comparison.html
+++ b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-border-image-comparison.html
@@ -6,6 +6,7 @@ div {
box-sizing: border-box;
width: 40px;
height: 13px;
+ border-style: solid;
}
.test1 {

Powered by Google App Engine
This is Rietveld 408576698