6a66debe5e
Not really any actual tests in here (except for a typeof AFCH === ‘object’ assertion…gotta start somewhere!), but this is the framework.
24 lines
692 B
HTML
24 lines
692 B
HTML
<!-- Base page used for unit tests -->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr" class="client-nojs">
|
|
<body>
|
|
<div id="content" class="mw-body" role="main">
|
|
<a id="top"></a>
|
|
<h1 id="firstHeading" class="firstHeading" lang="en"><span dir="auto">Wikipedia talk:Articles for creation/foo</span></h1>
|
|
<div id="bodyContent" class="mw-body-content">
|
|
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"></div>
|
|
</div>
|
|
</div>
|
|
<div id="mw-navigation">
|
|
<div id="right-navigation">
|
|
<div id="p-cactions" role="navigation" class="vectorMenu" aria-labelledby="p-cactions-label">
|
|
<div class="menu">
|
|
<ul></ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|