Index: third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test.html b/third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test-expected.html |
similarity index 60% |
copy from third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test.html |
copy to third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test-expected.html |
index 366430396166f36b7739ce2e17e7fbf1b4f94428..b585902126e00516d34bd69e5e3bdd335d20180c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test-expected.html |
@@ -2,13 +2,6 @@ |
"http://www.w3.org/TR/html4/strict.dtd"> |
<html lang="en"> |
<head> |
- <script src="resources/text-based-repaint.js" type="text/javascript" charset="utf-8"></script> |
- <script type="text/javascript"> |
- function repaintTest() |
- { |
- document.getElementById("target").innerText = "PASS"; |
- } |
- </script> |
<style type="text/css" media="screen"> |
div { |
margin: 50px; |
@@ -25,7 +18,7 @@ |
} |
</style> |
</head> |
-<body onload="runRepaintTest();"> |
- <div id="target">FAIL</div> |
+<body> |
+ <div id="target">PASS</div> |
</body> |
</html> |