Revision 699383b151a45f102159d95862096a10528c865f authored by Jinho Bang on 20 April 2018, 14:06:41 UTC, committed by Chromium WPT Sync on 20 April 2018, 14:06:41 UTC
Related spec change:
  https://github.com/w3c/payment-handler/pull/293

Bug: 833535
Change-Id: Id7d0cad0f150a73e2932bd8f81f9e5650830a2c0
Reviewed-on: https://chromium-review.googlesource.com/1013660
Reviewed-by: Ganggui Tang <gogerald@chromium.org>
Commit-Queue: Jinho Bang <jinho.bang@samsung.com>
Cr-Commit-Position: refs/heads/master@{#552319}
1 parent 55d647f
Raw File
empty-longdesc-manual.html
<!DOCTYPE html>
<html>
 <head>
  <title>Longdesc test: empty longdesc</title>
 </head>
 <body>
<h1>Longdesc test: empty longdesc value</h1>
<p><img src="picture.png" alt="the image" longdesc=""></p>
<p>The longdesc attribute value is null, and therefore the longdesc is not valid.</p>
 </body>
</html>
back to top