Bug 1274159 - Part 4: Add test cases for HTMLConstructor;

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-02 21:48:12 -05:00 committed by Roy Tam
commit d76a336cd0
8 changed files with 437 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dummy test page</title>
<meta charset="utf-8"/>
</head>
<body>
<p>Dummy test page</p>
</body>
</html>