no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD
cy -> 18a3618fb08f9f3d0e6f5e3b4204193f154d6c98
es-AR -> d5f750233cd6e462d5170d396d5cd51f0ee64e81
eu -> 89eb1d19cbc2092da7c92305075e65b32cd4512d
fi -> a4cac829965a4562b98df47ac5a5f3fe31a35fbf
fr -> 906fdc5ffdd0eba897ab0796422a61e2d325640a
fy-NL -> 5b22201eded974b72789b1974623023c84286948
it -> ed918e4ee4ab3b3f6f421c816eb4fcf32f76330f
nl -> 52db668d98e87cff8c22b4448a50230aa05029b1
rm -> 12e718da5d7b059ba9dc4a18f56990a5adfc8658
ru -> 233a1c00ee183d01ca8592ddd3df434159ba1b8b
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cross page drag and drop with text/plain data</title>
<style type="text/css">
div[ondragstart]
{width:40px;
min-height:40px;
margin-top:20px;
padding:40px;
color:white;
background-color:navy;}
</style>
</head>
<body>
<div draggable="true" ondragstart="event.dataTransfer.effectAllowed = 'copy';event.dataTransfer.setData('text/plain','PASS');window.location = '007-1.xhtml'"/>
<p>Drag blue box. You should be redirected to the new page and be able to drop it there.</p>
</body>
</html>