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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-left-013-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-left-013-frame.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-left-013-frame.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-left-013-frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..e52c9482f4c49cff8cdc38e2faaefe0726a5d381
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-left-013-frame.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-left: #finish "sibling" }</title>
+<link rel="author" title="Jorrit Vermeiren" href="mailto:jorritv@opera.com">
+<link rel="author" title="Daniel Glazman" href="mailto:d.glazman@partner.samsung.com">
+<style>
+ #start {
+ nav-left: #finish "sibling";
+ }
+</style>
+<body>
+ <p><a href="" id="finish">ignore</a> <a href="" id="start">START</a></p>
+</body>

Powered by Google App Engine
This is Rietveld 408576698