Index: LayoutTests/userscripts/insert-stylesheets-expected.txt |
diff --git a/LayoutTests/userscripts/insert-stylesheets-expected.txt b/LayoutTests/userscripts/insert-stylesheets-expected.txt |
deleted file mode 100644 |
index 8cbf085e2d840394a2b28fd03b12a532c52d9baf..0000000000000000000000000000000000000000 |
--- a/LayoutTests/userscripts/insert-stylesheets-expected.txt |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-PASS getComputedStyle(testElement).backgroundColor is 'rgb(255, 0, 0)' |
-PASS testElement.offsetWidth is 0 |
-PASS getComputedStyle(testElement).backgroundColor is 'rgb(255, 0, 0)' |
-PASS testElement.offsetWidth is 0 |
-PASS getComputedStyle(testElement).backgroundColor is 'rgb(0, 128, 0)' |
-PASS testElement.offsetWidth is 100 |
-This test requires testRunner and window.internals. |
- |
- |