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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/table-in-table-percent-width-collapsing-border.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.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/table-in-table-percent-width-collapsing-border.html b/third_party/WebKit/LayoutTests/fast/table/table-in-table-percent-width-collapsing-border.html
index b07f3ce57a3740c35cf7c78b302b2c0b8dd3e702..1f6a8eeaf75871eefabafb5116de13a3af840fec 100644
--- a/third_party/WebKit/LayoutTests/fast/table/table-in-table-percent-width-collapsing-border.html
+++ b/third_party/WebKit/LayoutTests/fast/table/table-in-table-percent-width-collapsing-border.html
@@ -2,7 +2,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