Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: LayoutTests/fast/replaced/preferred-widths-expected.txt

Issue 58373002: Whitespace only text nodes need to be reattached when their siblings are reattached (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated js-test include Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/replaced/preferred-widths-expected.txt
diff --git a/LayoutTests/fast/replaced/preferred-widths-expected.txt b/LayoutTests/fast/replaced/preferred-widths-expected.txt
index a3e185d4cec5fa86ee4c7c21dd43aea47293ec6c..6ddff4ae4a7f5c926b2e695a8a83d146e58d594d 100644
--- a/LayoutTests/fast/replaced/preferred-widths-expected.txt
+++ b/LayoutTests/fast/replaced/preferred-widths-expected.txt
@@ -2,30 +2,29 @@ Test the effect of percentages widths on the preferred widths of replaced elemen
PASS
-
+
PASS
-
+
FAIL:
Expected 130 for width, but got 30.
<div class="container" data-expected-width="130" data-expected-height="130">
<img class="min-content" src="resources/square-blue-100x100.png" style="width: 100%; border: 5px solid black; padding: 5px;" data-expected-width="120" data-expected-height="120">
</div>
-
+
FAIL:
Expected 130 for width, but got 30.
<div class="container" data-expected-width="130" data-expected-height="130">
<img class="max-content" src="resources/square-blue-100x100.png" style="width: 100%; border: 5px solid black; padding: 5px;" data-expected-width="120" data-expected-height="120">
</div>
-
-PASS
-
+
PASS
-
+
PASS
-
+
PASS
-
+
PASS
+PASS

Powered by Google App Engine
This is Rietveld 408576698