author | L. David Baron <dbaron@dbaron.org> |
Mon, 27 Jul 2015 20:23:56 -0700 | |
changeset 254869 | 30833e4452e1da2eeac3f7b5d7e640c50588c324 |
parent 254868 | ed8935b903edf99d2bf90fdee30467db7d4c014e |
child 254870 | c63a6810b2bb84ada4fe207ec58171a080c0447d |
push id | 62878 |
push user | dbaron@mozilla.com |
push date | Tue, 28 Jul 2015 03:25:08 +0000 |
treeherder | mozilla-inbound@c63a6810b2bb [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1131812 |
milestone | 42.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/layout/reftests/w3c-css/submitted/css21/replaced-sizing/replaced-elements-all-auto-ref.html +++ b/layout/reftests/w3c-css/submitted/css21/replaced-sizing/replaced-elements-all-auto-ref.html @@ -1,16 +1,13 @@ <!DOCTYPE html> <html lang="en-US"> <head> <title>CSS Reference: CSS 2.1 replaced element sizing</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-widths"> <meta name="flags" content="should"> <!-- undefinedness in 10.3.2 --> <style type="text/css"> div { width: 200px } span { display: inline-block; width: 50px;
--- a/layout/reftests/w3c-css/submitted/css21/replaced-sizing/replaced-elements-height-20-ref.html +++ b/layout/reftests/w3c-css/submitted/css21/replaced-sizing/replaced-elements-height-20-ref.html @@ -1,16 +1,13 @@ <!DOCTYPE html> <html lang="en-US"> <head> <title>CSS Reference: CSS 2.1 replaced element sizing</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-widths"> <meta name="flags" content="should"> <!-- undefinedness in 10.3.2 --> <style type="text/css"> div { width: 200px } span { display: inline-block; width: 40px;
--- a/layout/reftests/w3c-css/submitted/css21/replaced-sizing/replaced-elements-min-height-40-ref.html +++ b/layout/reftests/w3c-css/submitted/css21/replaced-sizing/replaced-elements-min-height-40-ref.html @@ -1,16 +1,13 @@ <!DOCTYPE html> <html lang="en-US"> <head> <title>CSS Reference: CSS 2.1 replaced element sizing</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-widths"> <meta name="flags" content="should"> <!-- undefinedness in 10.3.2 --> <style type="text/css"> div { width: 200px } span { display: inline-block; width: 80px;
--- a/layout/reftests/w3c-css/submitted/css21/replaced-sizing/replaced-elements-min-width-80-ref.html +++ b/layout/reftests/w3c-css/submitted/css21/replaced-sizing/replaced-elements-min-width-80-ref.html @@ -1,16 +1,13 @@ <!DOCTYPE html> <html lang="en-US"> <head> <title>CSS Reference: CSS 2.1 replaced element sizing</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-widths"> <meta name="flags" content="should"> <!-- undefinedness in 10.3.2 --> <style type="text/css"> div { width: 200px } span { display: inline-block; width: 80px;
--- a/layout/reftests/w3c-css/submitted/css21/replaced-sizing/replaced-elements-width-40-ref.html +++ b/layout/reftests/w3c-css/submitted/css21/replaced-sizing/replaced-elements-width-40-ref.html @@ -1,16 +1,13 @@ <!DOCTYPE html> <html lang="en-US"> <head> <title>CSS Reference: CSS 2.1 replaced element sizing</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height"> - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-widths"> <meta name="flags" content="should"> <!-- undefinedness in 10.3.2 --> <style type="text/css"> div { width: 200px } span { display: inline-block; width: 40px;