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

Unified Diff: LayoutTests/fast/borders/resources/svg-100x100-intrinsic.svg

Issue 1159773005: Handle border-image with fill and zero-width borders (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comment Created 5 years, 7 months 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
« no previous file with comments | « LayoutTests/fast/borders/resources/button-border-cropped.svg ('k') | Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/borders/resources/svg-100x100-intrinsic.svg
diff --git a/LayoutTests/fast/borders/resources/svg-100x100-intrinsic.svg b/LayoutTests/fast/borders/resources/svg-100x100-intrinsic.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d1474f489f8b7899ffb3dff2b69fca609363daf3
--- /dev/null
+++ b/LayoutTests/fast/borders/resources/svg-100x100-intrinsic.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="100" height="100">
+ <rect width="100" height="100" fill="lime"/>
+ <rect x="25" y="25" width="50" height="50" fill="green"/>
+</svg>
« no previous file with comments | « LayoutTests/fast/borders/resources/button-border-cropped.svg ('k') | Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698