mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +01:00
adding test for noscript
This commit is contained in:
parent
2f5d617b2f
commit
e5c01c6613
3 changed files with 11 additions and 0 deletions
|
@ -78,3 +78,4 @@
|
||||||
== overconstrained_block.html overconstrained_block_ref.html
|
== overconstrained_block.html overconstrained_block_ref.html
|
||||||
== position_fixed_background_color_a.html position_fixed_background_color_b.html
|
== position_fixed_background_color_a.html position_fixed_background_color_b.html
|
||||||
== position_fixed_overflow_a.html position_fixed_overflow_b.html
|
== position_fixed_overflow_a.html position_fixed_overflow_b.html
|
||||||
|
== noscript.html noscript_ref.html
|
||||||
|
|
5
src/test/ref/noscript.html
Normal file
5
src/test/ref/noscript.html
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
Text <noscript>Noscript</noscript> Final.
|
||||||
|
</body>
|
||||||
|
</html>
|
5
src/test/ref/noscript_ref.html
Normal file
5
src/test/ref/noscript_ref.html
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
Text Final.
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue