Index: third_party/WebKit/Source/web/tests/data/pageserializer/font/font.html |
diff --git a/third_party/WebKit/Source/web/tests/data/pageserializer/font/font.html b/third_party/WebKit/Source/web/tests/data/pageserializer/font/font.html |
deleted file mode 100644 |
index f242deb8768130e059614bec871fbae16a3926c0..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/web/tests/data/pageserializer/font/font.html |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<!doctype html> |
-<html> |
- <head> |
- <title>PageSerializer Font Test</title> |
- <style> |
- @font-face { |
- font-family: "URL Font"; |
- src: url("font.ttf") format("truetype"); |
- } |
- p { |
- font-family: "URL Font"; |
- } |
- </style> |
-</head> |
-<body> |
- <div> |
- <p>PageSerializer Font Test</p> |
- </div> |
-</body> |
-</html> |
- |