Index: LayoutTests/fast/css/remove-sheet-no-layout-expected.txt |
diff --git a/LayoutTests/fast/css/remove-sheet-no-layout-expected.txt b/LayoutTests/fast/css/remove-sheet-no-layout-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..52018c7f058eba4e77496f41d2e06b8106ffa967 |
--- /dev/null |
+++ b/LayoutTests/fast/css/remove-sheet-no-layout-expected.txt |
@@ -0,0 +1,14 @@ |
+Remove a stylesheet not affecting layout. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(removed).backgroundColor is red |
+PASS recalcCount is 1 |
+PASS layoutCount is 0 |
+PASS getComputedStyle(removed).backgroundColor is green |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+This text should have a green background. |
+ |