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

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

Issue 54383006: Lift integer restriction on border-image-width and border-image-outset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@length-relative-die-step-4-4
Patch Set: Re-added reftest to test rendering 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 numbers in border-image-width are rendered correctly</title>
5 <style>
6 .ref {
7 background: url(../css/resources/greenbox-100px.png);
8 width: 140px;
9 height: 140px;
10 }
11 </style>
12 </head>
13 <body>
14 <div class="ref"></div>
15 <p>There should be a green box above.</p>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/border-image-width-numbers-computed-style-expected.txt ('k') | Source/core/css/CSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698