Index: LayoutTests/fast/text-autosizing/svg-path-crash-expected.html |
diff --git a/LayoutTests/fast/text-autosizing/meta-tag-autosizing-content-detection-expected.html b/LayoutTests/fast/text-autosizing/svg-path-crash-expected.html |
similarity index 56% |
copy from LayoutTests/fast/text-autosizing/meta-tag-autosizing-content-detection-expected.html |
copy to LayoutTests/fast/text-autosizing/svg-path-crash-expected.html |
index 25643665e304b583d5953d25d29762af5a834d66..2508733ca9054b30ce3e1c2753a4d0a85e421099 100644 |
--- a/LayoutTests/fast/text-autosizing/meta-tag-autosizing-content-detection-expected.html |
+++ b/LayoutTests/fast/text-autosizing/svg-path-crash-expected.html |
@@ -1,6 +1,7 @@ |
<!DOCTYPE html> |
<html> |
<head> |
+ |
<meta name="viewport" content="width=800"> |
<style> |
html { font-size: 16px; } |
@@ -9,9 +10,7 @@ body { width: 800px; margin: 0; overflow-y: hidden; } |
</head> |
<body> |
- |
-This is to test that the meta tags are correctly processed for content detection by the text autosizer. |
-This test should be run with Debug build of chromium. |
- |
+ <svg width="1" height="1"></svg> |
+ This test passes if it does not crash. |
</body> |
</html> |