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

Unified Diff: LayoutTests/fast/table/empty-cells-spread.html

Issue 1177653002: Revert "Don't add artifical 1 pixel width to empty tables" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: LayoutTests/fast/table/empty-cells-spread.html
diff --git a/LayoutTests/fast/table/empty-cells-spread.html b/LayoutTests/fast/table/empty-cells-spread.html
deleted file mode 100644
index 02683245f6b01ecf188fcf6dcd337acfe84aa2c0..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/table/empty-cells-spread.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE HTML>
-<style>
- table { border-collapse: collapse; width: 100%; }
- #green { background-color: green; padding: 0;}
- #blue { background-color: blue; padding: 0;}
- div { height: 10px; }
-</style>
-<script src="../../resources/check-layout.js"></script>
-<div style="width: 500px">
- <table>
- <td id="green" data-expected-width=250></td>
- <td id="blue" data-expected-width=250><div></div></td>
- </table>
-</div>
-<p> crbug.com/476370: Test empty cells get appropriate width when spread across a percent width table. </p>
-<div id="console"></div>
-<script>
- checkLayout('td', document.getElementById('console'));
-</script>
« no previous file with comments | « LayoutTests/fast/table/auto-100-percent-width-expected.txt ('k') | LayoutTests/fast/table/empty-cells-spread-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698