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

Side by Side Diff: LayoutTests/fast/multicol/explicit-columns-auto-expected.txt

Issue 1145773002: Setting -webkit-column-count to auto is the same as not setting it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test that opacity changes from less than 1 to 1 don't cause layout if the layer remains a stacking context 1 Test that setting columns to auto is the same as not setting it at all.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
7 PASS internals.needsLayoutCount() is 0
8 PASS successfullyParsed is true 6 PASS successfullyParsed is true
9 7
10 TEST COMPLETE 8 TEST COMPLETE
9 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
10 PASS internals.needsLayoutCount() is 0
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698