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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-style.html

Issue 2714663002: Make background-image and border-*-style accept CSSKeywordValue('none') as an acceptable value (Closed)
Patch Set: Addressing comments Created 3 years, 10 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: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-style.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-style.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-style.html
new file mode 100644
index 0000000000000000000000000000000000000000..56336d6507449ca3f25232476aa0f348f1cef6f3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-style.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<script src='../../../resources/testharness.js'></script>
+<script src='../../../resources/testharnessreport.js'></script>
+<script src='property-suite.js'></script>
+<script src='config-templates.js'></script>
+
+<script>
+ let config = Object.assign({}, config_templates.borderConfig);
+ config['property'] = 'border-left-style';
+ runInlineStylePropertyMapTests(config);
+</script>

Powered by Google App Engine
This is Rietveld 408576698