Chromium Code Reviews| Index: Source/web/tests/data/simple_div.html |
| diff --git a/Source/web/tests/data/simple_div.html b/Source/web/tests/data/simple_div.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b528e968ad88107e4af1f96e243091a3e738e85c |
| --- /dev/null |
| +++ b/Source/web/tests/data/simple_div.html |
| @@ -0,0 +1,2 @@ |
| +<!DOCTYPE html> |
| +<div id="div"></div> |