mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Telling the test runner what compare the test with.
This commit is contained in:
parent
4fdf73d105
commit
bcea688e1f
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
<!doctype html>
|
||||||
|
<body>
|
||||||
|
<link rel='match' href='canvas_over_area_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
#base {
|
#base {
|
||||||
|
@ -30,3 +33,5 @@ onload = function() {
|
||||||
context.restore();
|
context.restore();
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue