5 .quote:first-letter { visibility: inherit; }
6 .quote { -webkit-appearance: button; }
10 if (window
.testRunner
)
11 testRunner
.dumpAsText();
13 window
.onload = function() {
14 var quote
= document
.createElement('q');
15 document
.documentElement
.appendChild(quote
);
17 var quote3
= document
.createElement('q');
18 quote3
.setAttribute('class', 'quote');
19 quote
.appendChild(quote3
);
21 document
.body
.offsetTop
;
22 body
.textContent
= head
.innerHTML
;
28 Test passes if it does not CRASH.
32 justify-items: center;
33 quotes:
"a" "b" "c" "d";