Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add layout test for 13558.
Canonical link: https://commits.webkit.org/17715@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@21214 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
David Hyatt committed May 1, 2007
1 parent c7654c1 commit 7c081a3
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
@@ -0,0 +1 @@
537f8f7a54a11d7c6c4db61fe6603460
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,11 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x34
RenderBlock {HTML} at (0,0) size 800x34
RenderBody {BODY} at (8,8) size 784x18
RenderInline {SPAN} at (0,0) size 85x18
RenderText {#text} at (0,0) size 85x18
text run at (0,0) width 85: "Webpage test"
RenderText {#text} at (0,0) size 0x0
RenderText {#text} at (0,0) size 0x0
RenderText {#text} at (0,0) size 0x0
@@ -0,0 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Crash Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<style type="text/css">
span:after
{
/* required for crash */
content: "";
position: absolute;
}
</style>
</head>
<body>
<span>Webpage test</span>
</body>
</html>

0 comments on commit 7c081a3

Please sign in to comment.