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

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

Issue 2040463002: [css] Bandaid fix for crash when tables and containment mix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/table/containment-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/containment-expected.txt b/third_party/WebKit/LayoutTests/fast/table/containment-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..248ed7c08e747439387b3ed251157b6419b41ead
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/table/containment-expected.txt
@@ -0,0 +1,7 @@
+This shouldn't crash and there should be a green square.
+
+FAIL:
+Expected 16 for height, but got 52.
+
+<table id="table2" style="height:20px;width:20px">
+<tr id="row"><td style="height:50px;width:50px;background:green" data-expected-width="16" data-expected-height="16"></td></tr></table>

Powered by Google App Engine
This is Rietveld 408576698