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

Unified 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, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-dir-target-004-frame.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-dir-target-004-frame.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-dir-target-004-frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..024c95610fb8cfa1ab4706f8059ebbe71ec897a6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-dir-target-004-frame.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-up: #finish "frame" }</title>
+<link rel="author" title="Jorrit Vermeiren" href="mailto:jorritv@opera.com">
+<link rel="reviewer" title="Leif Arne Storset" href="mailto:lstorset@opera.com">
+<link rel="reviewer" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"><!-- 07-18-2013 -->
+<style>
+ #start {
+ nav-up: #finish "frame";
+ }
+</style>
+<body>
+ <p><a href="" id="start">START</a> <a href="" id="finish">FINISH</a></p>
+</body>

Powered by Google App Engine
This is Rietveld 408576698