Index: third_party/WebKit/LayoutTests/platform/linux/fast/css-generated-content/014-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/css-generated-content/014-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/css-generated-content/014-expected.txt |
index ec035aef3111aa826f5f74641ccb36296debd74b..27b4ff5c99bd96ef811279e94ab0f8449b063dfb 100644 |
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/css-generated-content/014-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/css-generated-content/014-expected.txt |
@@ -4,13 +4,13 @@ layer at (0,0) size 785x915 backgroundClip at (0,0) size 785x600 clip at (0,0) s |
LayoutBlockFlow {HTML} at (0,0) size 785x914.56 |
LayoutBlockFlow {BODY} at (8,21.44) size 769x868.13 |
LayoutBlockFlow {H1} at (0,0) size 769x74 |
- LayoutText {#text} at (0,0) size 750x73 |
- text run at (0,0) width 750: "Problem: Safari improperly handles generated content" |
+ LayoutText {#text} at (0,0) size 749x73 |
+ text run at (0,0) width 749: "Problem: Safari improperly handles generated content" |
text run at (0,37) width 716: "in certain cases when used with multiple class names" |
LayoutBlockFlow {P} at (0,95.44) size 769x40 |
- LayoutInline {EM} at (0,0) size 767x39 |
- LayoutText {#text} at (0,0) size 767x39 |
- text run at (0,0) width 767: "When referencing an element by two class names simultaneously, Safari won't generate content (using :before or :after)" |
+ LayoutInline {EM} at (0,0) size 765x39 |
+ LayoutText {#text} at (0,0) size 765x39 |
+ text run at (0,0) width 765: "When referencing an element by two class names simultaneously, Safari won't generate content (using :before or :after)" |
text run at (0,20) width 122: "within the element." |
LayoutBlockFlow {P} at (0,151.44) size 769x40 |
LayoutText {#text} at (0,0) size 117x19 |
@@ -30,24 +30,24 @@ layer at (0,0) size 785x915 backgroundClip at (0,0) size 785x600 clip at (0,0) s |
text run at (333,3) width 24: "one" |
LayoutText {#text} at (357,0) size 77x19 |
text run at (357,0) width 77: ". Within that " |
- LayoutInline {CODE} at (0,0) size 24x16 |
- LayoutText {#text} at (434,3) size 24x16 |
- text run at (434,3) width 24: "div" |
- LayoutText {#text} at (458,0) size 73x19 |
- text run at (458,0) width 73: ", we have a " |
- LayoutInline {CODE} at (0,0) size 8x16 |
- LayoutText {#text} at (531,3) size 8x16 |
- text run at (531,3) width 8: "p" |
- LayoutText {#text} at (539,0) size 768x39 |
- text run at (539,0) width 229: " (paragraph) tag, after which we'd like" |
+ LayoutInline {CODE} at (0,0) size 25x16 |
+ LayoutText {#text} at (433,3) size 25x16 |
+ text run at (433,3) width 25: "div" |
+ LayoutText {#text} at (457,0) size 74x19 |
+ text run at (457,0) width 74: ", we have a " |
+ LayoutInline {CODE} at (0,0) size 9x16 |
+ LayoutText {#text} at (530,3) size 9x16 |
+ text run at (530,3) width 9: "p" |
+ LayoutText {#text} at (538,0) size 768x39 |
+ text run at (538,0) width 230: " (paragraph) tag, after which we'd like" |
text run at (0,20) width 419: "to insert generated content. One way to do so would be the following:" |
LayoutBlockFlow {PRE} at (20,207.44) size 749x16 [color=#FF0000] |
LayoutInline {CODE} at (0,0) size 456x16 |
LayoutText {#text} at (0,0) size 456x16 |
text run at (0,0) width 456: "div.box.one p:after{ content:'generated content here!'; }" |
LayoutBlockFlow {P} at (0,239.44) size 769x20 |
- LayoutText {#text} at (0,0) size 701x19 |
- text run at (0,0) width 701: "But that doesn't work in Safari. However, if you drop one of the class names, as shown below, it works as expected:" |
+ LayoutText {#text} at (0,0) size 700x19 |
+ text run at (0,0) width 700: "But that doesn't work in Safari. However, if you drop one of the class names, as shown below, it works as expected:" |
LayoutBlockFlow {PRE} at (20,275.44) size 749x16 [color=#008000] |
LayoutInline {CODE} at (0,0) size 424x16 |
LayoutText {#text} at (0,0) size 424x16 |