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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/quirks-mode-percent-height-expected.html

Issue 2376483002: Initialize properly availableHeight in computePercentageLogicalHeight (Closed)
Patch Set: Created 4 years, 3 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/quirks-mode-percent-height-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/quirks-mode-percent-height-expected.html b/third_party/WebKit/LayoutTests/fast/table/quirks-mode-percent-height-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b289d1781b850b2040fd5c15bc14c42f5736d53a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/table/quirks-mode-percent-height-expected.html
@@ -0,0 +1,11 @@
+<table>
+ <tr>
+ <td>
+ <div>
+ <div style="border: 1px solid magenta; background: cyan;">
+ The test passes if this text has a magenta border and a cyan background.
+ </div>
+ </div>
+ </td>
+ </tr>
+</table>

Powered by Google App Engine
This is Rietveld 408576698