diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-fonts/font-features-two-stylesheets-crash.html')
-rw-r--r-- | testing/web-platform/tests/css/css-fonts/font-features-two-stylesheets-crash.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-fonts/font-features-two-stylesheets-crash.html b/testing/web-platform/tests/css/css-fonts/font-features-two-stylesheets-crash.html new file mode 100644 index 0000000000..0e6490974c --- /dev/null +++ b/testing/web-platform/tests/css/css-fonts/font-features-two-stylesheets-crash.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html> +<head> +<title>CSS Test: @font-feature-values crashes with two stylesheets</title> +<link rel="author" href="mailto:sesse@chromium.org"> +<link rel="help" href="https://crbug.com/1444274"> +<meta http-equiv="Content-type" content="text/html; charset=utf-8"> +<style></style><iframe></iframe><style>@font-feature-values x {</style> +</head> +</html> |