| Index: third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/table-cell-nowrap-minimum-width-calculation.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/table-cell-nowrap-minimum-width-calculation.html b/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/table-cell-nowrap-minimum-width-calculation.html
|
| index f844844d4a3d90ecb32863f1090c9516b52efe0d..2ff00b9ee794c07309c05f2500b4be1b326afd7e 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/table-cell-nowrap-minimum-width-calculation.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/table-cell-nowrap-minimum-width-calculation.html
|
| @@ -2,8 +2,8 @@
|
| <html>
|
| <head>
|
| <title>The table cell nowrap minimum width calculation quirk</title>
|
| - <script src="../../../resources/testharness.js"></script>
|
| - <script src="../../../resources/testharnessreport.js"></script>
|
| + <script src="/resources/testharness.js"></script>
|
| + <script src="/resources/testharnessreport.js"></script>
|
| <style> iframe { width:200px; height:20px; } </style>
|
| </head>
|
| <body>
|
|
|