007425cf16
Issue #1214 Now uses a sensible filename for data: links instead of the whole base64 content. For PDF.js, it even uses the correct pdf filename. TODO: Produces "QPainter:🔚 Painter ended with 2 saved states" while running the tests here (Arch Linux): CPython: 3.5.1 Qt: 5.5.1, runtime: 5.5.1 PyQt: 5.5.1
11 lines
230 B
HTML
11 lines
230 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Wrong filename when using data: links</title>
|
|
</head>
|
|
<body>
|
|
<a href="data:;base64,cXV0ZWJyb3dzZXI=">download</a>
|
|
</body>
|
|
</html>
|