зеркало из https://github.com/mozilla/gecko-dev.git
Bug 579867 - Make foreign content end tag handling not loop back after processing the token in the secondary insertion mode. SVG part of reftest by longsonr. rs=sicking, a=blocking2.0-betaN.
Bug 579867 - Make foreign content end tag handling not loop back after processing the token in the secondary insertion mode. SVG part of reftest by longsonr. rs=sicking, a=blocking2.0-betaN.
This commit is contained in:
Родитель
192ac9af53
Коммит
b27e3148a5
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1 @@
|
|||
<svg></html>
|
После Ширина: | Высота: | Размер: 13 B |
|
@ -0,0 +1 @@
|
|||
<math></html>
|
|
@ -42,3 +42,5 @@ load 525229-1.html
|
|||
load 522326-1.html
|
||||
load 536097-1.html
|
||||
load 563514-1.html
|
||||
load 574884-1.html
|
||||
load 574884-2.html
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
<body>�hello world
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
html {
|
||||
background-color: lime;
|
||||
}
|
||||
</style>
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html style="width:100%;height:100%;margin:0;border:0;overflow:hidden">
|
||||
<body style="width:100%;height:100%;margin:0;border:0;overflow:hidden">
|
||||
<svg>
|
||||
<rect height="100%" width="100%" fill="red"/>
|
||||
<foreignObject>
|
||||
<html>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
</foreignObject>
|
||||
<rect height="100%" width="100%" fill="lime"/>
|
||||
</svg>
|
||||
</body>
|
||||
</html>
|
|
@ -1,3 +1,4 @@
|
|||
== bug566280-1.html bug566280-1-ref.html
|
||||
== bug577418-1.html bug577418-1-ref.html
|
||||
== bug582788-1.html bug582788-1-ref.html
|
||||
== bug582940-1.html bug582940-1-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче