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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/floating-th.html

Issue 1612273002: Don't force display:table-cell and float:none on table cell elements when in quirks mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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-ignore-display-inline-table.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/floating-th.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/floating-th.html b/third_party/WebKit/LayoutTests/fast/table/floating-th.html
index 3944994335984a37ccfea0225083e2c1cf2d4300..bacb854e6230bede1b72d6a11f7de1d36f10d074 100644
--- a/third_party/WebKit/LayoutTests/fast/table/floating-th.html
+++ b/third_party/WebKit/LayoutTests/fast/table/floating-th.html
@@ -9,10 +9,6 @@
th {
float: left;
}
-
- td {
- float: right;
- }
</style>
</head>
<body>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/table/quirks-mode-ignore-display-inline-table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698