/* Test URL link using "rect" attribute. The entire rectangle surrounding the URL should be a clickable link. */
cairo_pdf_surface_set_metadata (surface, CAIRO_PDF_METADATA_CREATE_DATE, "2016-01-01T12:34:56+10:30");
cairo_pdf_surface_set_custom_metadata (surface, "Document Name", "\xc2\xab""cairo test\xc2\xbb");
check_contains_string(cairo_test_context_t *ctx, const void *hay, size_t size, const char *needle)
result |= check_contains_string(ctx, contents, st.st_size, "/CreationDate (20160101123456+10'30')");