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

Unified Diff: LayoutTests/fast/html/navigation-transition-expected.txt

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
« no previous file with comments | « LayoutTests/fast/html/navigation-transition.html ('k') | Source/core/css/CSSDefaultStyleSheets.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/html/navigation-transition-expected.txt
diff --git a/LayoutTests/fast/html/navigation-transition-expected.txt b/LayoutTests/fast/html/navigation-transition-expected.txt
deleted file mode 100644
index f27aa03a54d7a9f0ff789449a6881eea29bc7202..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/html/navigation-transition-expected.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-Tests for the HTML markup serializer used for transition elements and transition element names and rects
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS sourceElementRect.top is destElement.offsetTop
-PASS sourceElementRect.left is destElement.offsetLeft
-PASS sourceElementRect.height is destElement.offsetHeight
-PASS sourceElementRect.width is destElement.offsetWidth
-PASS preHidingTransitionElementOpacity == 1 is true
-PASS postHidingTransitionElementOpacity == 0 is true
-PASS preHidingBottomElementRect.top is postHidingBottomElementRect.top
-PASS preHidingBottomElementRect.left is postHidingBottomElementRect.left
-PASS transitionElementIds[0] is "transitionElement"
-PASS transitionElementIds[1] is "boxTransitionElement"
-PASS transitionElementRects[0].left == transitionElementBounds.left is true
-PASS transitionElementRects[0].top == transitionElementBounds.top is true
-PASS transitionElementRects[0].width == transitionElementBounds.width is true
-PASS transitionElementRects[0].height == transitionElementBounds.height is true
-PASS transitionElementRects[1].left == boxTransitionElementBounds.left is true
-PASS transitionElementRects[1].top == boxTransitionElementBounds.top is true
-PASS transitionElementRects[1].width == boxTransitionElementBounds.width is true
-PASS transitionElementRects[1].height == boxTransitionElementBounds.height is true
-PASS postShowingTransitionElementOpacity == 1 is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-Header
-
-Footer
-
« no previous file with comments | « LayoutTests/fast/html/navigation-transition.html ('k') | Source/core/css/CSSDefaultStyleSheets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698