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

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

Issue 265493010: ASSERTION FAILED: overflowX() != OVISIBLE || overflowX() == overflowY() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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-expected.txt
diff --git a/LayoutTests/fast/table/table-different-overflow-values-expected.txt b/LayoutTests/fast/table/table-different-overflow-values-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1e6e713cc102f4cae8b4c1b3fb2c594c07adee07
--- /dev/null
+++ b/LayoutTests/fast/table/table-different-overflow-values-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