Index: LayoutTests/fast/repaint/fixed-layout-360x240.html |
diff --git a/LayoutTests/fast/repaint/fixed-layout-360x240.html b/LayoutTests/fast/repaint/fixed-layout-360x240.html |
deleted file mode 100644 |
index 0801299d303fde0412aca60dd7bb51548624fe71..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/repaint/fixed-layout-360x240.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<html> |
-<head> |
-<script type="text/javascript"> |
- function layoutTest() |
- { |
- if (window.testRunner) { |
- window.testRunner.enableFixedLayoutMode(true); |
- window.testRunner.setFixedLayoutSize(360, 240); |
- } |
- } |
-</script> |
-</head> |
- <body bgcolor='green' onload='layoutTest();'></body> |
-</html> |