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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/containment-expected.txt

Issue 2037443002: [css] Bandaid fix for crash when tables and containment mix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
(Empty)
1 This shouldn't crash and there should be a green square.
2
3 FAIL:
4 Expected 16 for height, but got 52.
5
6 <table id="table2" style="height:20px;width:20px">
7 <tr id="row"><td style="height:50px;width:50px;background:green" data-expected-w idth="16" data-expected-height="16"></td></tr></table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698