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-outline-0.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/repaint/border-outline-0.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/border-outline-0.html b/third_party/WebKit/LayoutTests/fast/repaint/border-outline-0.html
index 0f6dbe083e51a1747be33ff2499cddd59e712fde..25960c69509e8f3d6686acb77fc187dc6f30e802 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/border-outline-0.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/border-outline-0.html
@@ -21,6 +21,7 @@ td {
position: absolute;
top: 10px;
left: 10px;
+ border-style: solid;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698