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

Unified Diff: sky/tests/layout/margins-expected.txt

Issue 699113002: Add the check layout framework for tests. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/tests/layout/margins-expected.txt
diff --git a/sky/tests/layout/margins-expected.txt b/sky/tests/layout/margins-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..26a08bedaf16a79913780449294d99e0e86a8af8
--- /dev/null
+++ b/sky/tests/layout/margins-expected.txt
@@ -0,0 +1,5 @@
+FAIL:
+<div class="child" data-total-y="10" style="background-color: salmon">
+Expected 10 for clientTop+offsetTop, but got 0, clientTop: 0, + offsetTop: 0.
+<div class="child" data-total-y="50" style="background-color: papayawhip">
+Expected 50 for clientTop+offsetTop, but got 40, clientTop: 0, + offsetTop: 40.

Powered by Google App Engine
This is Rietveld 408576698