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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/table-in-table-percent-width-collapsing-border-quirks-mode.html

Issue 2564123002: Run spellchecker on fast/table tests. (Closed)
Patch Set: rebaseline-cl Created 4 years 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/table-in-table-percent-width-collapsing-border-quirks-mode.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/table-in-table-percent-width-collapsing-border-quirks-mode.html b/third_party/WebKit/LayoutTests/fast/table/table-in-table-percent-width-collapsing-border-quirks-mode.html
index 8df1cde3ffc6dd0e3d841a8df09284874c18c580..c2628969cde8d7d3a5a46be74944c2fb7749c1c4 100644
--- a/third_party/WebKit/LayoutTests/fast/table/table-in-table-percent-width-collapsing-border-quirks-mode.html
+++ b/third_party/WebKit/LayoutTests/fast/table/table-in-table-percent-width-collapsing-border-quirks-mode.html
@@ -1,7 +1,7 @@
<html>
<body>
<!-- https://bugs.webkit.org/show_bug.cgi?id=72180 : CSS table with 100% width overflow their container block -->
-<!-- The test passes if the inner table has 2 seperate borders in all corners. -->
+<!-- The test passes if the inner table has 2 separate borders in all corners. -->
<div style='display:table; border: 1px solid black; width: 500px; height: 500px; padding: 10px;'>
<div style='display:table-row; border: 1px solid red;'>
<div style='display:table-cell; border: 1px solid blue;'>

Powered by Google App Engine
This is Rietveld 408576698