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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-dir-target-004-frame.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 <title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-up: #finish "frame" }</title>
3 <link rel="author" title="Jorrit Vermeiren" href="mailto:jorritv@opera.com">
4 <link rel="reviewer" title="Leif Arne Storset" href="mailto:lstorset@opera.com">
5 <link rel="reviewer" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"><!-- 0 7-18-2013 -->
6 <style>
7 #start {
8 nav-up: #finish "frame";
9 }
10 </style>
11 <body>
12 <p><a href="" id="start">START</a> <a href="" id="finish">FINISH</a></p>
13 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698