Index: LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-enable-disable-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-initially-disabled-expected.txt b/LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-enable-disable-expected.txt |
similarity index 71% |
copy from LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-initially-disabled-expected.txt |
copy to LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-enable-disable-expected.txt |
index 7d68bff40936e5ce3c0631046883be9d22a476d5..0ed7b1676260e751bff6c93fe96335dec433cea6 100644 |
--- a/LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-initially-disabled-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-enable-disable-expected.txt |
@@ -1,11 +1,13 @@ |
stylesheet.css has MIME type text/css |
-This test checks that transition-existing-stylesheet link resources are initially disabled. |
+This test checks that transition-existing-stylesheet link resources are enabled and disabled correctly. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
PASS Fired Load event. |
PASS testStyle.color is "rgb(0, 0, 0)" |
+PASS testStyle.color is "rgb(0, 0, 255)" |
+PASS testStyle.color is "rgb(0, 0, 0)" |
PASS successfullyParsed is true |
TEST COMPLETE |