Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add fieldset layout test.
Canonical link: https://commits.webkit.org/13688@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16320 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
4 changed files
with
17 additions
and
0 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
@@ -0,0 +1 @@ | ||
607c573939d23bfb866dc9c1ecf5d583 |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
@@ -0,0 +1,11 @@ | ||
layer at (0,0) size 800x600 | ||
RenderView at (0,0) size 800x600 | ||
layer at (0,0) size 800x335 | ||
RenderBlock {HTML} at (0,0) size 800x335 | ||
RenderBody {BODY} at (8,8) size 784x319 | ||
RenderFieldSet {FIELDSET} at (2,0) size 780x319 [border: (2px groove #C0C0C0)] | ||
RenderBlock (floating) {DIV} at (14,7) size 300x300 [bgcolor=#008000] | ||
RenderBlock {DIV} at (14,7) size 752x50 | ||
RenderText {#text} at (300,0) size 86x18 | ||
text run at (300,0) width 86: "Other content" | ||
RenderText {#text} at (0,0) size 0x0 |
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
@@ -0,0 +1,5 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> | ||
<fieldset> | ||
<div style="float:left;height:300px;width:300px;background-color:green"></div> | ||
<div style="height:50px">Other content | ||
</fieldset> |