Bug 120836
Summary: | [GTK] REGRESSION(r155026): Layout Test fast/regions/text-region-split-vertical-rl.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Pena <spena> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | abucur, bfulgham, bugs-noreply, WebkitBugTracker |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Pena
The following layout test is failing on GTK
fast/regions/text-region-split-vertical-rl.html
after the changes from r155026 <http://trac.webkit.org/changeset/155026>
Check the diff:
--- /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/layout-test-results/fast/regions/text-region-split-vertical-rl-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-debug-wk1/build/layout-test-results/fast/regions/text-region-split-vertical-rl-actual.txt
@@ -5,4 +5,4 @@
Simple line in region 4.
First line in region 5. This paragraph displays in region 5 because it has a margin-top, which is too high to fit in the previous region.
First line in region 6. This paragraph uses "-webkit-region-break-before: always".
-FAIL(check region5) outside bounding rect was: [8, 82, 208, 192, 110, 200], and inside was: [8, 196, 85, 213, 17, 77]
+FAIL(check region5) outside bounding rect was: [8, 67, 208, 177, 110, 200], and inside was: [8, 181, 85, 198, 17, 77]
And see the full results at http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug%20WK1/r155180%20%283996%29/results.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
CSS Regions were removed in Bug 174978.