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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test the effect of percentages widths on the preferred widths of replaced elemen ts. 1 Test the effect of percentages widths on the preferred widths of replaced elemen ts.
2 2
3 3
4 PASS 4 PASS
5 5
6 PASS 6 PASS
7 7
8 FAIL: 8 FAIL:
9 Expected 130 for width, but got 30. 9 Expected 130 for width, but got 30.
10 10
11 <div class="container" data-expected-width="130" data-expected-height="130"> 11 <div class="container" data-expected-width="130" data-expected-height="130">
12 <img class="min-content" src="resources/square-blue-100x100.png" style="widt h: 100%; border: 5px solid black; padding: 5px;" data-expected-width="120" data- expected-height="120"> 12 <img class="min-content" src="resources/square-blue-100x100.png" style="widt h: 100%; border: 5px solid black; padding: 5px;" data-expected-width="120" data- expected-height="120">
13 </div> 13 </div>
14 14
15 FAIL: 15 FAIL:
16 Expected 130 for width, but got 30. 16 Expected 130 for width, but got 30.
17 17
18 <div class="container" data-expected-width="130" data-expected-height="130"> 18 <div class="container" data-expected-width="130" data-expected-height="130">
19 <img class="max-content" src="resources/square-blue-100x100.png" style="widt h: 100%; border: 5px solid black; padding: 5px;" data-expected-width="120" data- expected-height="120"> 19 <img class="max-content" src="resources/square-blue-100x100.png" style="widt h: 100%; border: 5px solid black; padding: 5px;" data-expected-width="120" data- expected-height="120">
20 </div> 20 </div>
21 21
22 PASS
23
24 PASS
25
26 PASS
27
28 PASS
29
30 PASS 22 PASS
31 23
24 PASS
25
26 PASS
27
28 PASS
29
30 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698