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

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

Issue 281383006: Navigation transitions: Added createStyledMarkupForNavigationTransition (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes Created 6 years, 5 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/dom/Document.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
new file mode 100644
index 0000000000000000000000000000000000000000..c92a1ae00413320e3509d756ce24f187f9dc0bce
--- /dev/null
+++ b/LayoutTests/fast/html/navigation-transition-expected.txt
@@ -0,0 +1,15 @@
+Tests for the HTML markup serializer used for transition elements
+
+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 successfullyParsed is true
+
+TEST COMPLETE
+This text should appear twice.
+
+
« no previous file with comments | « LayoutTests/fast/html/navigation-transition.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698