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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-variables-1/css-vars-custom-property-inheritance-expected.html

Issue 1192983003: CSS Custom Properties (Variables) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Whoops, the forward declaration just needed to be moved. Created 5 years, 2 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>CSS Variables Test: custom properties use normal inheritance and casc ade rules</title>
6 <link rel="author" title="Noah Collins" href="mailto:noahcollins@gmail.com">
7 <style type="text/css">
8 * { color: #1c1; }
9 </style>
10 </head>
11 <body>
12 <p>Green</p>
13 <p>Green</p>
14 <p>Green</p>
15 <p>The test passes if everything is green. Any red means the test failed.</p >
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698