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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/borders/border-image-width-numbers-expected.html
diff --git a/LayoutTests/fast/borders/border-image-width-numbers-expected.html b/LayoutTests/fast/borders/border-image-width-numbers-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..cf1093f94ddd7a0d4e6b0608bd35663c14be7995
--- /dev/null
+++ b/LayoutTests/fast/borders/border-image-width-numbers-expected.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<html>
+<head>
+ <title>Test that numbers in border-image-width are rendered correctly</title>
+ <style>
+ .ref {
+ background: url(../css/resources/greenbox-100px.png);
+ width: 140px;
+ height: 140px;
+ }
+ </style>
+</head>
+<body>
+ <div class="ref"></div>
+ <p>There should be a green box above.</p>
+</body>
+</html>
« 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