Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-enable-disable-expected.txt

Issue 653223002: Navigation transitions (web to native app): Revert exit transition (Blink side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698