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

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

Issue 1607703003: Don't force display:inline-table/table on table 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
Index: third_party/WebKit/LayoutTests/fast/borders/table-borders.html
diff --git a/third_party/WebKit/LayoutTests/fast/borders/table-borders.html b/third_party/WebKit/LayoutTests/fast/borders/table-borders.html
index b050729ade745e8f940b6e4e4423dd9063c4e744..6876d68701615be7468d52a1ee52d02bf7326ab0 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/table-borders.html
+++ b/third_party/WebKit/LayoutTests/fast/borders/table-borders.html
@@ -3,7 +3,7 @@
<style type="text/css">
table {
margin: 20px;
- display: inline-block;
+ display: inline-table;
}
.wide td {

Powered by Google App Engine
This is Rietveld 408576698