| Index: content/test/data/accessibility/body.html
|
| diff --git a/chrome/test/data/printing/layout_tests/source_html/images/test-image.html b/content/test/data/accessibility/body.html
|
| similarity index 50%
|
| copy from chrome/test/data/printing/layout_tests/source_html/images/test-image.html
|
| copy to content/test/data/accessibility/body.html
|
| index 17e712345b285054fe1cdf8cd0e5a8c368098203..c556f281dcd3fbdd83dbdb2730155accc6476f21 100644
|
| --- a/chrome/test/data/printing/layout_tests/source_html/images/test-image.html
|
| +++ b/content/test/data/accessibility/body.html
|
| @@ -1,6 +1,6 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<body>
|
| - <img src="resources/test_image.jpg"></img>
|
| -</body>
|
| -</html>
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<body>
|
| +<p>This test is for body tag</p>
|
| +</body>
|
| +</html>
|
|
|