From e8b154fd68f9b33be40a3590e58347f353835f5c Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 27 Aug 2010 11:02:25 +0100 Subject: Merge WebKit at r66079 : Initial merge by git Change-Id: Ie2e1440fb9d487d24e52c247342c076fecaecac7 --- WebKit/chromium/tests/data/iframes_test.html | 9 +++++++++ WebKit/chromium/tests/data/invisible_iframe.html | 5 +++++ WebKit/chromium/tests/data/visible_iframe.html | 5 +++++ WebKit/chromium/tests/data/zero_sized_iframe.html | 5 +++++ 4 files changed, 24 insertions(+) create mode 100644 WebKit/chromium/tests/data/iframes_test.html create mode 100644 WebKit/chromium/tests/data/invisible_iframe.html create mode 100644 WebKit/chromium/tests/data/visible_iframe.html create mode 100644 WebKit/chromium/tests/data/zero_sized_iframe.html (limited to 'WebKit/chromium/tests/data') diff --git a/WebKit/chromium/tests/data/iframes_test.html b/WebKit/chromium/tests/data/iframes_test.html new file mode 100644 index 0000000..425709b --- /dev/null +++ b/WebKit/chromium/tests/data/iframes_test.html @@ -0,0 +1,9 @@ + + + + + +

This is a visible paragraph.

+

This is an invisible paragraph.

+ + diff --git a/WebKit/chromium/tests/data/invisible_iframe.html b/WebKit/chromium/tests/data/invisible_iframe.html new file mode 100644 index 0000000..e5686c7 --- /dev/null +++ b/WebKit/chromium/tests/data/invisible_iframe.html @@ -0,0 +1,5 @@ + + + This is an invisible frame. + + diff --git a/WebKit/chromium/tests/data/visible_iframe.html b/WebKit/chromium/tests/data/visible_iframe.html new file mode 100644 index 0000000..291af3d --- /dev/null +++ b/WebKit/chromium/tests/data/visible_iframe.html @@ -0,0 +1,5 @@ + + + This is a visible iframe. + + diff --git a/WebKit/chromium/tests/data/zero_sized_iframe.html b/WebKit/chromium/tests/data/zero_sized_iframe.html new file mode 100644 index 0000000..6728cab --- /dev/null +++ b/WebKit/chromium/tests/data/zero_sized_iframe.html @@ -0,0 +1,5 @@ + + + This is an iframe with zero size. + + -- cgit v1.1