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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/outline-style-013.html

Issue 2539753002: [css-ui] Import W3C Test Suite (Closed)
Patch Set: Created 4 years 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 <meta charset="utf-8">
3 <title>CSS Basic User Interface Test: outline-style - dashed (basic)</title>
4 <link rel="author" title="Intel" href="http://www.intel.com/">
5 <link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
6 <link rel="help" title="7.3. 'outline-style' property" href="http://www.w3.org/T R/css3-ui/#outline-style">
7 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#value-def-border-styl e">
8 <link rel="match" href="reference/outline-style-013-ref.html">
9 <meta name="flags" content="">
10 <meta name="assert" content="Test checks that the outline style is dashed when o utline-style set dashed">
11 <style>
12 #test {
13 height: 150px;
14 margin: 30px;
15 outline-color: green;
16 outline-style: dashed;
17 outline-width: 2px;
18 width: 150px;
19 }
20 </style>
21 <body>
22 <p>Test passes if there is a blank square whose border is <strong>green dashed </strong>.</p>
23 <div id="test"></div>
24 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698