Chromium Code Reviews| Index: LayoutTests/http/tests/htmlimports/resources/hello.html |
| diff --git a/LayoutTests/http/tests/htmlimports/resources/hello.html b/LayoutTests/http/tests/htmlimports/resources/hello.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..43e056fcd365565305deb6a1487a26445e36bd06 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/htmlimports/resources/hello.html |
| @@ -0,0 +1,5 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head></head> |
| +<body><h1>Hello</h1></body> |
| +</html> |