Changeset 155350 in webkit
- Timestamp:
- Sep 9, 2013, 7:30:45 AM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 13 edited
-
ChangeLog (modified) (1 diff)
-
fast/regions/overflow-in-uniform-regions-dynamic-expected.html (modified) (1 diff)
-
fast/regions/overflow-in-uniform-regions-dynamic.html (modified) (1 diff)
-
fast/regions/overflow-in-variable-width-regions-expected.html (modified) (1 diff)
-
fast/regions/overflow-in-variable-width-regions.html (modified) (1 diff)
-
fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.html (modified) (1 diff)
-
fast/regions/overflow-moving-below-floats-in-variable-width-regions.html (modified) (1 diff)
-
fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.html (modified) (1 diff)
-
fast/regions/overflow-not-moving-below-floats-in-variable-width-regions.html (modified) (1 diff)
-
fast/regions/overflow-rtl-in-variable-width-regions-expected.html (modified) (1 diff)
-
fast/regions/overflow-rtl-in-variable-width-regions.html (modified) (1 diff)
-
fast/regions/overflow-size-change-in-variable-width-regions-expected.html (modified) (1 diff)
-
fast/regions/overflow-size-change-in-variable-width-regions.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r155349 r155350 1 2013-09-09 Mihai Maerean <mmaerean@adobe.com> 2 3 [Qt] fast/regions/overflow* converted reftests failing after r155114 4 https://bugs.webkit.org/show_bug.cgi?id=120848 5 6 Reviewed by Antti Koivisto. 7 8 The tests are now platform independent by specifing the font. 9 10 * fast/regions/overflow-in-uniform-regions-dynamic-expected.html: 11 * fast/regions/overflow-in-uniform-regions-dynamic.html: 12 * fast/regions/overflow-in-variable-width-regions-expected.html: 13 * fast/regions/overflow-in-variable-width-regions.html: 14 * fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.html: 15 * fast/regions/overflow-moving-below-floats-in-variable-width-regions.html: 16 * fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.html: 17 * fast/regions/overflow-not-moving-below-floats-in-variable-width-regions.html: 18 * fast/regions/overflow-rtl-in-variable-width-regions-expected.html: 19 * fast/regions/overflow-rtl-in-variable-width-regions.html: 20 * fast/regions/overflow-size-change-in-variable-width-regions-expected.html: 21 * fast/regions/overflow-size-change-in-variable-width-regions.html: 22 1 23 2013-09-09 Allan Sandfeld Jensen <allan.jensen@digia.com> 2 24 -
trunk/LayoutTests/fast/regions/overflow-in-uniform-regions-dynamic-expected.html
r155114 r155350 3 3 <head> 4 4 <style> 5 html { 6 font: 16px Times; 7 } 8 5 9 .content { 6 10 padding: 5px; -
trunk/LayoutTests/fast/regions/overflow-in-uniform-regions-dynamic.html
r155114 r155350 2 2 3 3 <style> 4 html { 5 font: 16px Times; 6 } 7 4 8 #content { 5 9 -webkit-flow-into: flow1; -
trunk/LayoutTests/fast/regions/overflow-in-variable-width-regions-expected.html
r155114 r155350 2 2 3 3 <style> 4 html { 5 font: 16px Times; 6 } 7 4 8 .content { 5 9 padding: 5px; -
trunk/LayoutTests/fast/regions/overflow-in-variable-width-regions.html
r155114 r155350 2 2 3 3 <style> 4 html { 5 font: 16px Times; 6 } 7 4 8 #content { 5 9 -webkit-flow-into: flow1; -
trunk/LayoutTests/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.html
r155114 r155350 2 2 3 3 <style> 4 html { 5 font: 16px Times; 6 } 7 4 8 .content { 5 9 padding: 5px; -
trunk/LayoutTests/fast/regions/overflow-moving-below-floats-in-variable-width-regions.html
r155114 r155350 2 2 3 3 <style> 4 html { 5 font: 16px Times; 6 } 7 4 8 #content { 5 9 -webkit-flow-into: flow1; -
trunk/LayoutTests/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.html
r155114 r155350 2 2 3 3 <style> 4 html { 5 font: 16px Times; 6 } 7 4 8 .content { 5 9 padding: 5px; -
trunk/LayoutTests/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions.html
r155114 r155350 2 2 3 3 <style> 4 html { 5 font: 16px Times; 6 } 7 4 8 #content { 5 9 -webkit-flow-into: flow1; -
trunk/LayoutTests/fast/regions/overflow-rtl-in-variable-width-regions-expected.html
r155114 r155350 3 3 <head> 4 4 <style> 5 html { 6 font: 16px Times; 7 } 8 5 9 .content { 6 10 padding: 5px; -
trunk/LayoutTests/fast/regions/overflow-rtl-in-variable-width-regions.html
r155114 r155350 3 3 <head> 4 4 <style> 5 html { 6 font: 16px Times; 7 } 8 5 9 #content { 6 10 -webkit-flow-into: flow1; -
trunk/LayoutTests/fast/regions/overflow-size-change-in-variable-width-regions-expected.html
r155114 r155350 2 2 3 3 <style> 4 html { 5 font: 16px Times; 6 } 7 4 8 .content { 5 9 padding: 5px; -
trunk/LayoutTests/fast/regions/overflow-size-change-in-variable-width-regions.html
r155114 r155350 2 2 3 3 <style> 4 html { 5 font: 16px Times; 6 } 7 4 8 #content { 5 9 -webkit-flow-into: flow1;
Note:
See TracChangeset
for help on using the changeset viewer.