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

Unified Diff: LayoutTests/fast/css/variables/border-width-expected.html

Issue 1192983003: CSS Custom Properties (Variables) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months 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/css/variables/border-width-expected.html
diff --git a/LayoutTests/fast/css/variables/border-width-expected.html b/LayoutTests/fast/css/variables/border-width-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..c33b30f120ed1cc751ba1b6e2d55386461849494
--- /dev/null
+++ b/LayoutTests/fast/css/variables/border-width-expected.html
@@ -0,0 +1,8 @@
+<style>
+div {
+ border-color: green;
+ border-style: solid;
+ border-width: 3px 10px;
+}
+</style>
+<div>This text should have top and bottom borders of 3px and left and right borders of 10px</div>

Powered by Google App Engine
This is Rietveld 408576698