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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-fixed-height-border-box-sized-cell-with-padding.html

Issue 2309893002: Revert "Percent height content should respect the fixed height of its containing cell" (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/percent-height-content-in-fixed-height-border-box-sized-cell-with-padding.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-fixed-height-border-box-sized-cell-with-padding.html b/third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-fixed-height-border-box-sized-cell-with-padding.html
deleted file mode 100644
index 40541ef886c299035da65010180d2e048c4f72d2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-fixed-height-border-box-sized-cell-with-padding.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<style>
-td {
- width: 50px;
- height: 50px;
- padding: 9px;
- box-sizing: border-box;
- border: 9px solid lightblue;
-}
-#div {
- height: 100%;
-}
-</style>
-<table style="border-collapse:collapse" id="table" data-expected-height=59 data-expected-width=59>
- <tr id="row">
- <td><div id="div" style="background:black" data-expected-height=23 data-expected-width=23></div></td>
- </tr>
-</table>
-<script src="../../resources/check-layout.js"></script>
-<p> crbug.com/627305: Percent height content in a border-box sized cell with border and a computed height should use the height of the cell. </p>
-<div id="output"></div>
-<script>
-checkLayout('#table', output);
-</script>

Powered by Google App Engine
This is Rietveld 408576698