| Index: LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html
|
| diff --git a/LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html b/LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html
|
| index fabb261d7da58598efb521f3ec1d0eacaf937611..d23f8a4d67f098ac51997b03dead9784bedeee05 100644
|
| --- a/LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html
|
| +++ b/LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html
|
| @@ -1,11 +1,11 @@
|
| -<html>
|
| -Test passes if it does not crash.
|
| -<input type="submit" value="Search"></input>
|
| -<style>
|
| - input { -webkit-text-combine:horizontal; }
|
| -</style>
|
| -<script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -</script>
|
| -</html>
|
| +<html>
|
| +Test passes if it does not crash.
|
| +<input type="submit" value="Search"></input>
|
| +<style>
|
| + input { -webkit-text-combine:horizontal; }
|
| +</style>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +</html>
|
|
|