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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 This test checks for overflow equality. If overflow-x is visible then overflow-y should be visible as well.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS table1: overflow-x is either not visible or both overflow values are visibl e.
7 PASS table2: overflow-x is either not visible or both overflow values are visibl e.
8 PASS table3: overflow-x is either not visible or both overflow values are visibl e.
9 PASS inline_table1: overflow-x is either not visible or both overflow values are visible.
10 PASS inline_table2: overflow-x is either not visible or both overflow values are visible.
11 PASS inline_table3: overflow-x is either not visible or both overflow values are visible.
12 PASS tbody1: overflow-x is either not visible or both overflow values are visibl e.
13 PASS tbody2: overflow-x is either not visible or both overflow values are visibl e.
14 PASS tbody3: overflow-x is either not visible or both overflow values are visibl e.
15 PASS tr1: overflow-x is either not visible or both overflow values are visible.
16 PASS tr2: overflow-x is either not visible or both overflow values are visible.
17 PASS tr3: overflow-x is either not visible or both overflow values are visible.
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698