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

Unified Diff: third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image.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.html
diff --git a/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image.html b/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image.html
index a3ba496e097e797b84b2d06ed2c8f7c7baf8b44f..a9bf8b9f3939e826e5de79442de198a01db6639f 100644
--- a/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image.html
+++ b/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image.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