[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:13:39 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 16fb0c065ebd79ba6afddf36dadd78e56ce7df66
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 18 09:28:28 2003 +0000

    Adding layout test to cover image generated content.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5571 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/css-generated-content/010-expected.txt b/LayoutTests/fast/css-generated-content/010-expected.txt
new file mode 100644
index 0000000..d83ab21
--- /dev/null
+++ b/LayoutTests/fast/css-generated-content/010-expected.txt
@@ -0,0 +1,10 @@
+layer at (0,0) size 800x600
+  RenderCanvas 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 {A} at (0,0) size 124x18 [color=#0000EE]
+        RenderInline (anonymous) at (0,0) size 17x18
+          RenderImage at (0,3) size 17x11
+        RenderText {TEXT} at (17,0) size 107x18
+          text run at (17,0) width 107: "What's going on."
diff --git a/LayoutTests/fast/css-generated-content/010.html b/LayoutTests/fast/css-generated-content/010.html
new file mode 100644
index 0000000..55eda18
--- /dev/null
+++ b/LayoutTests/fast/css-generated-content/010.html
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<style>
+body a:before { content:url(resources/right.png); 
+}
+</style>
+</head>
+<body>
+<a href="foo.html">What's going on.</a>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list