| Index: LayoutTests/fast/dom/shadow/shadowdom-for-input-checkbox-expected.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-input-checkbox-expected.html b/LayoutTests/fast/dom/shadow/shadowdom-for-input-checkbox-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..007d63e7a0c5d817cbdb5a31185cf2eb8a2ce17b
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/shadow/shadowdom-for-input-checkbox-expected.html
|
| @@ -0,0 +1,28 @@
|
| +<!DOCTYPE html>
|
| +<body>
|
| +
|
| +<form>
|
| +<span id="cb1">✔</span>
|
| +<input type="submit">
|
| +</form>
|
| +
|
| +<style>
|
| +#cb1 {
|
| + -webkit-appearance: none;
|
| + border: outset;
|
| + padding: 2px;
|
| + font-family: monospace;
|
| + font-size: 20px;
|
| + white-space: pre;
|
| + width: 30px;
|
| + height: 30px;
|
| + color: red;
|
| + display: inline-block;
|
| + box-sizing: border-box;
|
| +}
|
| +
|
| +#cb1:focus {
|
| + outline: none;
|
| +}
|
| +</style>
|
| +</body>
|
|
|