| Index: third_party/WebKit/LayoutTests/fast/html/crash-template-with-inert-attribute.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/crash-template-with-inert-attribute.html b/third_party/WebKit/LayoutTests/fast/html/crash-template-with-inert-attribute.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9c792ac727999d0e328cc0877563bf34a25fa95e
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/html/crash-template-with-inert-attribute.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +Test passes if it does not crash, see https://crbug.com/736608.
|
| +<template><div inert></div></template>
|
| +</html>
|
|
|