-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #430 from jhedstrom/jose-carmona-master
reroll: fix issue #406 assertRegionElementAttribute Signed-off-by: Jonathan Hedstrom <jhedstrom@gmail.com>
- Loading branch information
Showing
3 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<html> | ||
<head> | ||
<title>Drupal - Open Source CMS | Drupal.org</title> | ||
</head> | ||
<body> | ||
<div id="nav-header"> | ||
<div id="header-left"> | ||
<h1 id="site-name">Drupal</h1> | ||
<p>Build something amazing.</p> | ||
</form> | ||
<div id="d1" class="class class1">div1 class1</div> | ||
<div id="d2" class="class class2">div2 class2</div> | ||
<div id="d31" class="class class3">div31 class3</div> | ||
<div id="d32" class="class class3">div32 class3</div> | ||
</div> | ||
</div> | ||
<div id="footer"> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters