This commit is contained in:
miaubiz@gmail.com 2013-05-14 10:36:49 +02:00
Родитель 6c9fea0ea5
Коммит 418b0a4c47
5 изменённых файлов: 283 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,63 @@
<html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<head>
<style>
#el7 {
font-size:.92em
}
#el0 {
height: 200px ! important;
margin: 0px;
display: table;
font-size:.92em
}
#el3 {
line-height: 0.5px;
text-shadow: 0px 5px 5px, 0px -20px 10px;
display: table-row-group;
transform: translate3d(-3px, -300px, 0px);
}
#el5 {
height:1em;
display:block;
}
.c4 {
margin: 1em;
padding: 0.5em;
}
</style>
<script>
onload = function() {
el7=document.createElement('iframe')
el7.setAttribute('id', 'el7')
document.body.appendChild(el7)
el0=document.createElement('span')
el0.setAttribute('id','el0')
document.body.appendChild(el0)
el0.appendChild(document.createTextNode('A'))
el3=document.createElement('q')
el3.setAttribute('id','el3')
el0.appendChild(el3)
el5=document.createElement('q')
el5.setAttribute('id','el5')
el3.appendChild(el5)
el0.appendChild(document.createTextNode('A'))
document.body.offsetTop
el0.setAttribute('class', 'c4');
el7.setAttribute('class', 'c4');
}
</script>
</head>
<body>
</body>
</html>

Просмотреть файл

@ -0,0 +1,63 @@
<html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<head>
<style>
#el0 {
height: 200px ! important;
height: 1em;
width: 1em;
padding: 5px;
display: table;
-moz-transform:translate3d(0, 80px, 0);
}
#el0:before {
display: -moz-grid;
content: counter(c, hiragana) attr(id);
counter-increment: c 694;
}
#el0:after {
counter-reset: c 694;
content: counter(c, cjk-ideographic) attr(id);
}
#el1 {
text-shadow: 0px 20px 0px, 0px -20px 10px;
line-height: 4px;
transform: translate3d(0px, -300px, 0px);
display: table-row-group;
border-spacing: 7px;
}
#el1:after {
counter-reset: c;
display: -moz-box;
content: counter(c, cjk-ideographic) attr(id);
counter-increment: c 694;
}
#el2 {
display: table-row-group;
-moz-transform:translate3d(0, 80px, 0);
}
#el2:after {
content: counter(c, cjk-ideographic) attr(id);
}
</style>
<script>
onload = function() {
el0=document.createElement('div')
el0.setAttribute('id','el0')
document.body.appendChild(el0)
el1=document.createElement('div')
el1.setAttribute('id','el1')
el0.appendChild(el1)
el2=document.createElement('q')
el2.setAttribute('id','el2')
el1.appendChild(el2)
el0.appendChild(document.createTextNode('A'))
setTimeout("location.reload()", 100)
}
</script>
</head>
<body>
</body>
</html>

Просмотреть файл

@ -0,0 +1,71 @@
<html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<head>
<style>
#el0 {
height: 200px ! important;
padding: 4px;
white-space: pre-wrap;
margin-top: 0px;
display: table;
}
#el3 {
line-height: 3px;
text-shadow: 0px 5px 5px, 0px -20px 10px;
}
#el3:before { display: inline-block; }
#el3:first-of-type { transform: translate3d(-30px, -300px, 0px); }
#el3:first-child { display: table-row-group; }
#el5:before { -moz-margin-before:1em; display: list-item; content: counter(c, ethiopic-halehame-tig) attr(id); counter-increment: c 810; }
#el5 { list-style-type:lower-greek }
#el5 { background:red;margin:0;height:1em;display:block }
#el5:nth-child(3) { -moz-svg-shadow:5px 5px 5px red; display: link; content: counter(c, asterisks) attr(id); counter-increment: c 266; }
.c4 {
margin: 1em; }
#el7 { font-size:.92em }
#el3 { font-size:.92em }
.c4 { padding:0.4em 0.5em 0.4em 2.5em }
.c4:after { margin:2px; display: -moz-box; content: counter(c, octal) attr(id); counter-increment: c 171; }
.c4:before { -moz-user-drag:none; display: -moz-inline-flexbox; content: counter(c, hiragana-iroha) attr(id); counter-increment: c 209; }
.c4:only-of-type { -moz-logical-height:50px; display: -moz-box; content: counter(c, binary) attr(id); counter-increment: c 871; }
</style>
<script>
onload = function() {
el0=document.createElement('ul')
el0.setAttribute('id','el0')
document.body.appendChild(el0)
el1=document.createElement('canvas')
document.body.appendChild(el1)
el3=document.createElement('q')
el3.setAttribute('id','el3')
el0.appendChild(el3)
el4=document.createElement('progress')
el4.setAttribute('id','el4')
document.body.appendChild(el4)
el5=document.createElement('q')
el5.setAttribute('id','el5')
el3.appendChild(el5)
el0.appendChild(document.createTextNode('A'))
el7=document.createElement('iframe')
el7.setAttribute('id', 'el7')
el0.parentNode.insertBefore(el7, el0)
el0.setAttribute('class', 'c4');
el3.setAttribute('class', 'c4');
el7.setAttribute('class', 'c4');
setTimeout("window.close()", 5000)
}
</script>
</head>
<body>
</body>
</html>

Просмотреть файл

@ -0,0 +1,82 @@
<html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<head>
<style>
#el0 {
height: 200px ! important;
padding: 4px;
white-space: pre-wrap;
margin-top: 0px;
display: table;
font-size:.92em
}
#el0:before {
content: counter(c, hiragana-iroha);
}
#el3 {
line-height: 3px;
text-shadow: 0px 5px 5px, 0px -20px 10px;
display: table-row-group;
transform: translate3d(-30px, -300px, 0px);
}
#el3:before {
display: inline-block;
}
#el5 {
height:1em;
display:block;
}
#el5:before {
display: list-item;
}
#el7 {
font-size:.92em
}
.c4 {
margin: 1em;
padding:0.4em 0.5em 0.4em 2.5em;
counter-increment: c;
}
.c4:after {
margin: 2px;
display: inline-block;
}
</style>
<script>
onload = function() {
el7=document.createElement('iframe')
el7.setAttribute('id', 'el7')
document.body.appendChild(el7)
el0=document.createElement('ul')
el0.setAttribute('id','el0')
document.body.appendChild(el0)
el3=document.createElement('q')
el3.setAttribute('id','el3')
el0.appendChild(el3)
el5=document.createElement('q')
el5.setAttribute('id','el5')
el3.appendChild(el5)
el0.appendChild(document.createTextNode('A'))
el0.setAttribute('class', 'c4');
el7.setAttribute('class', 'c4');
}
</script>
</head>
<body>
</body>
</html>

Просмотреть файл

@ -90,6 +90,10 @@ load 633322-1.html
load 686190-1.html
load 693143-1.html
load 768079-1.html
load 783041-1.html
load 783041-2.html
load 783041-3.html
load 783041-4.html
asserts-if(gtk2Widget,1) load 798853.html # bug 868792
asserts-if(winWidget,0-1) skip-if(B2G) load 815489.html
load 856784-1.html