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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/change-col-border-width-expected.txt

Issue 2149953004: [css-tables] Set needsLayout on cells when column border width changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 Changing a collapsed border's width should change the width of the table and the width of a shrink-to-fit containing block. 1 Changing a collapsed border's width should change the width of the table and the width of a shrink-to-fit containing block.
2 2
3 There should be a square with a 4px inner blue border and a 1px outer black bord er. 3 There should be a square with a 4px inner blue border and a 1px outer black bord er.
4 4
5 Firefox 50.0a1 (nightly 2016-07-07) fails this, so it should probably be upstrea med, except it uses chrome-specific `runAfterLayoutAndPaint`. 5 Firefox 50.0a1 (nightly 2016-07-14) fails this, so it should probably be upstrea med, except it uses chrome-specific `runAfterLayoutAndPaint`.
6
7 The table cell has rowspan=2 because we almost didn't cover the case where a cel l's rowspan exceeded the declared rows.
8 6
9 PASS 7 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698