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

Side by Side Diff: LayoutTests/css3/flexbox/percent-margins-padding-expected.txt

Issue 385583005: For flex items, percent paddings should resolve against their respective dimension Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
(Empty)
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
4 PASS window.getComputedStyle(document.getElementById("flexItem1"),null).getPrope rtyValue("padding-top") is "10px"
5 PASS window.getComputedStyle(document.getElementById("flexItem1"),null).getPrope rtyValue("padding-bottom") is "10px"
6 PASS window.getComputedStyle(document.getElementById("flexItem1"),null).getPrope rtyValue("padding-left") is "78.390625px"
7 PASS window.getComputedStyle(document.getElementById("flexItem1"),null).getPrope rtyValue("padding-right") is "78.390625px"
8 PASS window.getComputedStyle(document.getElementById("flexItem2"),null).getPrope rtyValue("padding-top") is "8px"
9 PASS window.getComputedStyle(document.getElementById("flexItem2"),null).getPrope rtyValue("padding-bottom") is "8px"
10 PASS window.getComputedStyle(document.getElementById("flexItem2"),null).getPrope rtyValue("padding-left") is "313.59375px"
11 PASS window.getComputedStyle(document.getElementById("flexItem2"),null).getPrope rtyValue("padding-right") is "313.59375px"
12 PASS window.getComputedStyle(document.getElementById("flexItem3"),null).getPrope rtyValue("padding-top") is "6px"
13 PASS window.getComputedStyle(document.getElementById("flexItem3"),null).getPrope rtyValue("padding-bottom") is "6px"
14 PASS window.getComputedStyle(document.getElementById("flexItem3"),null).getPrope rtyValue("padding-left") is "235.1875px"
15 PASS window.getComputedStyle(document.getElementById("flexItem3"),null).getPrope rtyValue("padding-right") is "235.1875px"
16 Pasta batman
17 PASS
18 Pasta batman
19 PASS
20 Pasta batman
21 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698