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

Unified Diff: third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image-2.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/svg/as-border-image/svg-as-border-image-2.html
diff --git a/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image-2.html b/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image-2.html
index cd9d1b42f3badaa8849f4bbcb35b22b696b26cee..57346e09f031051c0c97029a75a420fa7c7e95d2 100644
--- a/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image-2.html
+++ b/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image-2.html
@@ -1,6 +1,9 @@
<html>
<head>
<style>
+ div {
+ border-style: solid;
+ }
.svg, .image {
display: inline-block;
border: 1px solid black;

Powered by Google App Engine
This is Rietveld 408576698