OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <!-- | |
3 Check that we accept a data URI with an incomplete mediatype (only | |
4 top-level type. without a slash and subtype) for backward compatibility. | |
hiroshige
2014/10/06 08:43:08
Does this description corresponds only to media ty
tyoshino (SeeGerritForStatus)
2014/10/16 09:27:54
Good point. Updated to explain both.
| |
5 --> | |
6 <img src="data:image;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElE QVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=="> | |
7 <img src="data:image\png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAA HElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=="> | |
8 <script> | |
9 if (window.testRunner) | |
10 testRunner.dumpAsTextWithPixelResults(); | |
11 </script> | |
OLD | NEW |