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

Side by Side Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-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, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src='../../../resources/testharness.js'></script>
3 <script src='../../../resources/testharnessreport.js'></script>
4 <script src='property-suite.js'></script>
5 <script src='config-templates.js'></script>
6
7 <script>
8 let config = Object.assign({}, config_templates.borderConfig);
9 config['property'] = 'border-bottom-style';
10 runInlineStylePropertyMapTests(config);
11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698