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

Unified Diff: LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-initially-disabled.html

Issue 1140153006: Remove Navigation Transitions from Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed layout tests. Created 5 years, 7 months 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-initially-disabled.html
diff --git a/LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-initially-disabled.html b/LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-initially-disabled.html
deleted file mode 100644
index e304e6559eacecad42fcbdc930dc0b1a61b8f497..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/HTMLLinkElement/transition-exiting-stylesheet-initially-disabled.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<script src="../../../resources/js-test.js"></script>
-<script>
-
-function checkResult() {
- testPassed("Fired Load event.");
- testStyle = window.getComputedStyle(document.getElementById("test"), null);
- shouldBe('testStyle.color', '"rgb(0, 0, 0)"' /* black */);
- finishJSTest();
-}
-
-description('This test checks that transition-existing-stylesheet link resources are initially disabled.');
-
-if (window.testRunner) {
- testRunner.waitUntilDone();
- testRunner.dumpAsText();
- testRunner.dumpResourceResponseMIMETypes();
-}
-
-window.successfullyParsed = true;
-window.jsTestIsAsync = true;
-</script>
-
-<link id="testlink" rel="transition-exiting-stylesheet" href="resources/stylesheet.css" onload="checkResult()">
-<h1 id="test"><!-- Test element --></h1>

Powered by Google App Engine
This is Rietveld 408576698