mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
Update web-platform-tests to revision 4bba821de44da9ed47c2562f995a0da6eecc177b
This commit is contained in:
parent
af637640ae
commit
c8c377df9f
48 changed files with 697 additions and 8688 deletions
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE foo [ <!ELEMENT foo (#PCDATA)> ]><foo/>
|
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE foo [ <!ELEMENT foo EMPTY> ]><foo/>
|
|
@ -78,7 +78,7 @@ function iframeLoaded() {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<iframe id="subset1" onload="iframeLoaded()" src="data:application/xml,<!DOCTYPE foo [ <!ELEMENT foo (%23PCDATA)> ]><foo/>" />
|
||||
<iframe id="subset2" onload="iframeLoaded()" src="data:application/xml,<!DOCTYPE foo [ <!ELEMENT foo EMPTY> ]><foo/>" />
|
||||
<iframe id="subset1" onload="iframeLoaded()" src="Node-isEqualNode-iframe1.xml" />
|
||||
<iframe id="subset2" onload="iframeLoaded()" src="Node-isEqualNode-iframe2.xml" />
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue