diff options
author | Ms2ger <Ms2ger@gmail.com> | 2017-02-06 11:06:12 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2017-02-06 22:38:29 +0100 |
commit | 296fa2512ba2fbc8f1d6b7e82e30ad3b5d2a9a20 (patch) | |
tree | 95ac50cd05fa8a22d1c0fa12016ee0d2012a165c /tests/wpt/css-tests/css-animations-1_dev/xhtml1/reference/support/nav-up-013-frame.html | |
parent | fb4f421c8b9cbf80a86c9c5eb88395d7008b27a1 (diff) | |
download | servo-296fa2512ba2fbc8f1d6b7e82e30ad3b5d2a9a20.tar.gz servo-296fa2512ba2fbc8f1d6b7e82e30ad3b5d2a9a20.zip |
Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
Diffstat (limited to 'tests/wpt/css-tests/css-animations-1_dev/xhtml1/reference/support/nav-up-013-frame.html')
-rw-r--r-- | tests/wpt/css-tests/css-animations-1_dev/xhtml1/reference/support/nav-up-013-frame.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/wpt/css-tests/css-animations-1_dev/xhtml1/reference/support/nav-up-013-frame.html b/tests/wpt/css-tests/css-animations-1_dev/xhtml1/reference/support/nav-up-013-frame.html new file mode 100644 index 00000000000..371f0214193 --- /dev/null +++ b/tests/wpt/css-tests/css-animations-1_dev/xhtml1/reference/support/nav-up-013-frame.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html><head><title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-up: #finish "sibling" }</title> +<link href="mailto:jorritv@opera.com" rel="author" title="Jorrit Vermeiren"> +<link href="mailto:d.glazman@partner.samsung.com" rel="author" title="Daniel Glazman"> +<style> + #start { + nav-up: #finish "sibling"; + } +</style> +</head><body> + <p><a href="" id="finish">ignore</a></p> + <p><a href="" id="start">START</a></p> + +</body></html>
\ No newline at end of file |