diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 06:00:38 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 06:00:38 -0500 |
commit | 8148615da179fdd60f19018e13b4e94b95609cc6 (patch) | |
tree | 771fccdd99fa3adf35fdd2c81d8197b415a89b91 /browser/base/content/test/social/microformats.html | |
parent | 494802c1be7888025b95260d23db187467d2b9dd (diff) | |
download | UXP-8148615da179fdd60f19018e13b4e94b95609cc6.tar UXP-8148615da179fdd60f19018e13b4e94b95609cc6.tar.gz UXP-8148615da179fdd60f19018e13b4e94b95609cc6.tar.lz UXP-8148615da179fdd60f19018e13b4e94b95609cc6.tar.xz UXP-8148615da179fdd60f19018e13b4e94b95609cc6.zip |
Remove browser tests - Part 1: The Tests (except for experiments)
Diffstat (limited to 'browser/base/content/test/social/microformats.html')
-rw-r--r-- | browser/base/content/test/social/microformats.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/browser/base/content/test/social/microformats.html b/browser/base/content/test/social/microformats.html deleted file mode 100644 index 1a0e4436b..000000000 --- a/browser/base/content/test/social/microformats.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<html> - <body> - <head><title>Raspberry Pi Page</title></head> - <div class="hproduct"> - <h2 class="fn">Raspberry Pi</h2> - <img class="photo" src="https://example.com/someimage.jpg" /> - <p class="description">The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It's a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming.</p> - <a class="url" href="https://example.com/">More info about the Raspberry Pi</a> - <p class="price">29.95</p> - <p class="review hreview"><span id="test-review" class="rating">4.5</span> out of 5</p> - <p>Categories: - <a rel="tag" href="https://example.com/wiki/computer" class="category">Computer</a>, - <a rel="tag" href="https://example.com/wiki/education" class="category">Education</a> - </p> - </div> - </body> -</html> |