This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19205 - Suggested test from live DOM viewer: <!DOCTYPE html> <html> <head> <title>hogehoge</title> </head> <body> <section> <h1>hgoehoge</h1> <p>hgoehogeho</p> </section> </body> </html>
Summary: Suggested test from live DOM viewer: <!DOCTYPE html> <html> <head> <title>hog...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 07:44 UTC by contributor
Modified: 2012-10-02 22:54 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-10-02 07:44:29 UTC
<!DOCTYPE html>
<html>
<head>
<title>hogehoge</title>
</head>
<body>
<section>
<h1>hgoehoge</h1>
<p>hgoehogeho</p>
</section>
</body>
</html>

Posted from: 113.37.92.154
User agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.13 (KHTML, like Gecko) Chrome/24.0.1283.0 Safari/537.13
Referer: http://software.hixie.ch/utilities/js/live-dom-viewer/
Comment 1 Ian 'Hixie' Hickson 2012-10-02 22:54:55 UTC
Unclear what this would test.