| Index: third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/table-cell-width-calculation.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/table-cell-width-calculation.html b/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/table-cell-width-calculation.html
|
| index b15e99304356dbba3ba5fd905425e9d01a17e2ea..eeb726627b78fdcbf81d3c29b9205f771bd0aca8 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/table-cell-width-calculation.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/table-cell-width-calculation.html
|
| @@ -2,8 +2,8 @@
|
| <html>
|
| <head>
|
| <title>The table cell 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>
|
|
|