Bug 951843: Fix some flexbox-items-as-stacking-contexts-* reftests to link to a subsection of flexbox spec, & clarify the reftest titles. test-metadata-only, DONTBUILD

This commit is contained in:
Daniel Holbert 2013-12-18 13:38:54 -08:00
Родитель 1a9170a336
Коммит 2e9579e077
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -16,9 +16,9 @@
http://krijnhoetmer.nl/irc-logs/css/20130403#l-455 -->
<html>
<head>
<title>CSS Test: Testing that flex items paint as pseudo-stacking contexts (atomically, in the absence of 'z-index' on descendants)</title>
<title>CSS Test: Testing that flex items paint as pseudo-stacking contexts (like inline-blocks): atomically, in the absence of 'z-index' on descendants</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#painting">
<link rel="match" href="flexbox-items-as-stacking-contexts-2-ref.html">
<style>
body { font: 10px sans-serif }

Просмотреть файл

@ -12,9 +12,9 @@
http://krijnhoetmer.nl/irc-logs/css/20130403#l-455 -->
<html>
<head>
<title>CSS Test: Testing that flex items paint as pseudo-stacking contexts, instead of full stacking contexts ('z-index' should let descendants interleave)</title>
<title>CSS Test: Testing that flex items paint as pseudo-stacking contexts (like inline-blocks), instead of full stacking contexts: 'z-index' should let descendants interleave</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#painting">
<link rel="match" href="flexbox-items-as-stacking-contexts-3-ref.html">
<style>
.flexContainer {