| Index: third_party/WebKit/LayoutTests/fast/css/containment/inline-paint-containment-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-header-no-crash-empty.php b/third_party/WebKit/LayoutTests/fast/css/containment/inline-paint-containment-crash.html
|
| similarity index 58%
|
| copy from third_party/WebKit/LayoutTests/http/tests/linkHeader/link-header-no-crash-empty.php
|
| copy to third_party/WebKit/LayoutTests/fast/css/containment/inline-paint-containment-crash.html
|
| index 63c83b912036c5a03b8ebedbcdf2d3be1bf77ea9..048e7a13533249d867c371bbbef75e19ec3bd111 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-header-no-crash-empty.php
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/containment/inline-paint-containment-crash.html
|
| @@ -1,9 +1,6 @@
|
| -<?php
|
| -header("Link:");
|
| -?>
|
| <!DOCTYPE html>
|
| +<span style="contain: paint">Test passes if no crash.</span>
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| </script>
|
| -This test passes if we didn't crash.
|
|
|