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

Unified Diff: LayoutTests/fast/table/table-different-overflow-values-2-expected.txt

Issue 1228373007: Compute the correct overflow-x and overflow-y values for table elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 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
Index: LayoutTests/fast/table/table-different-overflow-values-2-expected.txt
diff --git a/LayoutTests/fast/table/table-different-overflow-values-2-expected.txt b/LayoutTests/fast/table/table-different-overflow-values-2-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1e6e713cc102f4cae8b4c1b3fb2c594c07adee07
--- /dev/null
+++ b/LayoutTests/fast/table/table-different-overflow-values-2-expected.txt
@@ -0,0 +1,21 @@
+This test checks for overflow equality. If overflow-x is visible then overflow-y should be visible as well.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS table1: overflow-x is either not visible or both overflow values are visible.
+PASS table2: overflow-x is either not visible or both overflow values are visible.
+PASS table3: overflow-x is either not visible or both overflow values are visible.
+PASS inline_table1: overflow-x is either not visible or both overflow values are visible.
+PASS inline_table2: overflow-x is either not visible or both overflow values are visible.
+PASS inline_table3: overflow-x is either not visible or both overflow values are visible.
+PASS tbody1: overflow-x is either not visible or both overflow values are visible.
+PASS tbody2: overflow-x is either not visible or both overflow values are visible.
+PASS tbody3: overflow-x is either not visible or both overflow values are visible.
+PASS tr1: overflow-x is either not visible or both overflow values are visible.
+PASS tr2: overflow-x is either not visible or both overflow values are visible.
+PASS tr3: overflow-x is either not visible or both overflow values are visible.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698