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

Unified Diff: third_party/WebKit/LayoutTests/html/document-metadata/link-rel-stylesheet.html

Issue 2780363002: Rename subdirectory names in LayoutTests/html/. (Closed)
Patch Set: Created 3 years, 9 months 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/html/document-metadata/link-rel-stylesheet.html
diff --git a/third_party/WebKit/LayoutTests/html/document-metadata/link-rel-stylesheet.html b/third_party/WebKit/LayoutTests/html/document-metadata/link-rel-stylesheet.html
deleted file mode 100644
index 8e631eef436ec116f3ec7562d9a7a17fbda866c3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/html/document-metadata/link-rel-stylesheet.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-<title>Test for importing styles via incorrect link element</title>
-<link type="text/css" href="data:text/css;charset=utf-8,p#one%20%7Bbackground-color%3A%20red%3B%7D%0D%0A"/>
-<link rel="stylesheet" href="data:text/css;charset=utf-8,p#two%20%7Bbackground-color%3A%20lime%3B%7D%0D%0A"/>
-<link href="data:text/css;charset=utf-8,p#three%20%7Bbackground-color%3A%20red%3B%7D%0D%0A"/>
-<link type="text/css" rel="stylesheet" href="data:text/css;charset=utf-8,p#four%20%7Bbackground-color%3A%20lime%3B%7D%0D%0A"/>
-</head>
-<body>
-<p id="one">This line should not have red background</p>
-<p id="two">This line should have lime background</p>
-<p id="three">This line should not have red background</p>
-<p id="four">This line should have lime background</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698