| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-width-150percent.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-width-150percent.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-width-150percent.html
|
| deleted file mode 100644
|
| index 9a5e108505ed4543c892b1319b4638541bd78f17..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-width-150percent.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<!doctype html>
|
| -<title>Test for capping percentages</title>
|
| -<link rel="match" href="table-width-150percent-ref.html">
|
| -<style>
|
| -div { width:300px; background:yellow; height:50px; }
|
| -td { background:blue; }
|
| -</style>
|
| -<div>
|
| - <table width="150%" cellspacing="0" cellpadding="0" border="0">
|
| - <tr><td>parent div float=left</td></tr>
|
| - </table>
|
| -</div>
|
|
|