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

Side by Side Diff: LayoutTests/fast/borders/border-image-width-rounding.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
« no previous file with comments | « no previous file | LayoutTests/fast/borders/border-image-width-rounding-expected.html » ('j') | 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 that border-image-width is truncated in the same way
5 as border-width</title>
Julien - ping for review 2013/11/25 07:29:09 My usual comment about <title>, if it's important
6 <style>
7 .test {
8 border-style: solid;
9 border-width: 1px;
10 border-image-width: 1.9;
11 border-image-source: linear-gradient(to bottom, green, green);
12 border-image-slice: 10;
13 width: 100px;
14 height: 100px;
15 }
16 </style>
17 </head>
Julien - ping for review 2013/11/25 07:29:09 Let's include a description (the <title> content w
18 <body>
19 <div class="test"></div>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/borders/border-image-width-rounding-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698