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

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

Issue 81163002: Test rendering of non-integer border-image-width values (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <title>Test that border-image-width is truncated in the same way
5 as border-width</title>
6 <style>
7 .test {
8 border-style: solid;
9 border-width: 1.9px;
10 border-color: green;
11 width: 100px;
12 height: 100px;
13 }
14 </style>
15 </head>
16 <body>
17 <div class="test"></div>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698