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

Side by Side Diff: LayoutTests/fast/html/object-border-expected.txt

Issue 214523008: Use RenderStyle::isCollapsibleWhiteSpace when renderer is available. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address reviewer comments. Created 6 years, 8 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 Tests for border attribute with Object tag 1 Tests for border attribute with Object tag
2 Bug 48596 : HTML5 Conformance Test failure: approved/xhtml5/object_border_pixel. xhtml 2 Bug 48596 : HTML5 Conformance Test failure: approved/xhtml5/object_border_pixel. xhtml
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 Title» Actual Image» Expected Image 7 Title» Actual Image» Expected Image
8 Object Tag with border="50" px 8 Object Tag with border="50" px
9 9
10 PASS border-top-width is 50px. 10 PASS border-top-width is 50px.
11 PASS border-left-width is 50px. 11 PASS border-left-width is 50px.
12 PASS border-bottom-width is 50px. 12 PASS border-bottom-width is 50px.
13 PASS border-right-width is 50px. 13 PASS border-right-width is 50px.
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698