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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/max-width-integer-overflow.html

Issue 1921973005: [css tables] Don't pass table width increase due to % columns to parents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move variables around Created 4 years, 8 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/max-width-integer-overflow.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/max-width-integer-overflow.html b/third_party/WebKit/LayoutTests/fast/table/max-width-integer-overflow.html
deleted file mode 100644
index c093d8df7f8b81841016f13736f69625da87a490..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/table/max-width-integer-overflow.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
dgrogan 2016/04/27 03:14:04 This was testing the earliest ancestor of TableLay
-<html>
-<head>
-</head>
-<body>
- <table style="width: 780px; background-color: red;" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <table cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <div style="width: 100%;">
- <table style="background-color: green;">
- <tr style="height: 20px;">
- <td width="100%"></td>
- <td width="300"></td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- </table>
- </td>
- <td>
- <div style="width: 10px; background-color: green; height: 24px;"></div>
- </td>
- </tr>
- </table>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698