mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
Update web-platform-tests to revision 7da6acfd668e66adae5ab4e2d389810d3b1460be
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
Base
|
||||
<script>
|
||||
onpagehide = function() {
|
||||
if(top.base_hide) {
|
||||
top.base_hide();
|
||||
}
|
||||
}
|
||||
onpageshow = function() {
|
||||
if (top.base_show) {
|
||||
top.base_show();
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user