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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/quirks-mode-percent-height.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/table/quirks-mode-percent-height-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/table/quirks-mode-percent-height.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/quirks-mode-percent-height.html b/third_party/WebKit/LayoutTests/fast/table/quirks-mode-percent-height.html
new file mode 100644
index 0000000000000000000000000000000000000000..caff368d8963ada002996ed554ac71e5d623f487
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/table/quirks-mode-percent-height.html
@@ -0,0 +1,11 @@
+<table>
+ <tr>
+ <td>
+ <div>
+ <div style="height: 100%; 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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/table/quirks-mode-percent-height-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698