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

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: Add test description in output. Created 7 years 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
« no previous file with comments | « LayoutTests/fast/borders/border-image-width-rounding.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <title>Test non-integer border-image-width</title>
5 <style>
6 .test {
7 border-style: solid;
8 border-width: 1.9px;
9 border-color: green;
10 width: 100px;
11 height: 100px;
12 }
13 </style>
14 </head>
15 <body>
16 <p>
17 Test that border-image-width is rounded/truncated in the same
18 way as border-width. There should be a green border around a
19 100x100 square below.
20 </p>
21 <div class="test"></div>
22 </body>
23 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/border-image-width-rounding.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698