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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/frames/frameset-frameborder-inheritance-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 months 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
OLDNEW
1 Check frameset frameborder and border attribute inheritance 1 Check frameset frameborder and border attribute inheritance
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 missing frameborder attribute should inherit it 6 missing frameborder attribute should inherit it
7 PASS frames[0].offsetWidth is 150 7 PASS frames[0].offsetWidth is 150
8 PASS frames[1].offsetWidth is 150 8 PASS frames[1].offsetWidth is 150
9 9
10 10
(...skipping 14 matching lines...) Expand all
25 25
26 bordercolor should inherit even if frameborder=0 26 bordercolor should inherit even if frameborder=0
27 PASS frames[0].offsetWidth is 145 27 PASS frames[0].offsetWidth is 145
28 PASS frames[1].offsetWidth is 145 28 PASS frames[1].offsetWidth is 145
29 PASS getComputedStyle(frameset).borderColor is "rgb(0, 128, 0)" 29 PASS getComputedStyle(frameset).borderColor is "rgb(0, 128, 0)"
30 30
31 31
32 PASS successfullyParsed is true 32 PASS successfullyParsed is true
33 33
34 TEST COMPLETE 34 TEST COMPLETE
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698