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

Side by Side Diff: third_party/WebKit/LayoutTests/external/csswg-test/selectors-4/selector-required-expected.html

Issue 2776693002: [selectors-4] Import W3C Test Suite (Closed)
Patch Set: 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 <html>
3 <head>
4 <title>CSS level4 Selector :required and :optional</title>
5 <link rel="author" title="LEE YUN HEE" href="mailto:zzirasi@gmai l.com">
6
7 <style>
8 input {border:3px solid green;}
9 </style>
10 </head>
11 <body>
12 <p>
13 You should see a green input box.
14 </p>
15 <p>
16 <input>
17 </p>
18 <p>
19 <input>
20 </p>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698