| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/exceptions.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/exceptions.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/exceptions.html
|
| index b2389f0d11fee99bfa1b4687d3e217e53ad43f3f..38a24130ef91f5536802bfabb2129e965b6f04e8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/exceptions.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/exceptions.html
|
| @@ -9,7 +9,7 @@
|
|
|
| var t = document.createElement('table');
|
|
|
| - // TODO(philipj): Setting caption/tHead/tFoot to null should not throw
|
| + // TODO(foolip): Setting caption/tHead/tFoot to null should not throw
|
| // an exception, it should just remove the old caption/thead/tfoot.
|
| shouldThrow("t.caption = null");
|
| shouldThrow("t.caption = document.body");
|
|
|