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

Side by Side Diff: LayoutTests/fast/borders/border-image-fill-no-border-width-expected.html

Issue 1159773005: Handle border-image with fill and zero-width borders (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove newly added but flaky test Created 5 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <head>
3 <title>Test that border-image is drawn even though border width is zero</title >
4 <style>
5 body { margin: 0; }
6 div {
7 height: 76px;
8 width: 76px;
9 background-image: url('resources/border-image.png');
10 }
11 </style>
12 </head>
13 <body>
14 <div class="border-image-100-intrinsic"></div>
pdr. 2015/06/02 03:07:56 Nit: unneeded class.
15 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698