Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/links/linktypes/alternate-css-ref.html |
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/links/linktypes/alternate-css-ref.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/links/linktypes/alternate-css-ref.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f7747fa7bb11c538db3dc18a3e35bc57dffe9f95 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/links/linktypes/alternate-css-ref.html |
| @@ -0,0 +1,6 @@ |
| +<!DOCTYPE html> |
| +<meta charset="utf-8"> |
| +<title>Reference of Alternate css</title> |
| +<link rel="match" href="alternate-css-ref.html"> |
| +<link rel="stylesheet" href="preferred.css" title="preferred"> |
| +<div>foobar</div> |