Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/borders/border-image-border-radius.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-image-border-radius.html b/third_party/WebKit/LayoutTests/fast/borders/border-image-border-radius.html |
| index 643eaaeefaf9ad4e03f0661db32f05327a5f4eba..28af2c01d81ecb771215c49d6bda2e7920e3f54e 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/borders/border-image-border-radius.html |
| +++ b/third_party/WebKit/LayoutTests/fast/borders/border-image-border-radius.html |
| @@ -1,3 +1,4 @@ |
| + |
| <html> |
| <head> |
| <style> |
| @@ -8,6 +9,8 @@ |
| margin: 10px; |
| display: inline-block; |
| -webkit-border-radius: 10px; |
| + border-style: solid; |
| + border-color: white; |
| } |
| div.rr { |